diff --git a/src/Microsoft.Graph/Generated/Chats/Item/Messages/MessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Chats/Item/Messages/MessagesRequestBuilder.cs index 3019f21f44b..c3696c46462 100644 --- a/src/Microsoft.Graph/Generated/Chats/Item/Messages/MessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Chats/Item/Messages/MessagesRequestBuilder.cs @@ -84,8 +84,8 @@ public MessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ChatMessageCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Send a new chatMessage in the specified channel or a chat. - /// Find more info here + /// Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message. + /// Find more info here /// /// A /// The request body @@ -129,7 +129,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Send a new chatMessage in the specified channel or a chat. + /// Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.cs index 94eda5813bf..1ae5e15623c 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.cs @@ -126,7 +126,7 @@ public DeviceAppManagementRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Read properties and relationships of the deviceAppManagement object. - /// Find more info here + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -150,7 +150,7 @@ public DeviceAppManagementRequestBuilder(string rawUrl, IRequestAdapter requestA } /// /// Update the properties of a deviceAppManagement object. - /// Find more info here + /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs index 1d709a789d2..dfe8c4e4c54 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs @@ -63,8 +63,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the windowsInformationProtection object. - /// Find more info here + /// Read properties and relationships of the managedAppProtection object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -131,7 +131,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the windowsInformationProtection object. + /// Read properties and relationships of the managedAppProtection object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -189,7 +189,7 @@ public partial class ManagedAppPolicyItemRequestBuilderDeleteRequestConfiguratio { } /// - /// Read properties and relationships of the windowsInformationProtection object. + /// Read properties and relationships of the managedAppProtection object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ManagedAppPolicyItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs index 69f12423afd..5c5d3b67748 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs @@ -35,7 +35,7 @@ public TargetAppsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Not yet documented - /// Find more info here + /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.cs index f8c1e3db894..69696c786c1 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.cs @@ -54,8 +54,8 @@ public ManagedAppPoliciesRequestBuilder(string rawUrl, IRequestAdapter requestAd { } /// - /// List properties and relationships of the windowsInformationProtection objects. - /// Find more info here + /// List properties and relationships of the targetedManagedAppProtection objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -103,7 +103,7 @@ public ManagedAppPoliciesRequestBuilder(string rawUrl, IRequestAdapter requestAd return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ManagedAppPolicy.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the windowsInformationProtection objects. + /// List properties and relationships of the targetedManagedAppProtection objects. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -153,7 +153,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.DeviceAppManagement.ManagedAppPolicies.ManagedAppPoliciesRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the windowsInformationProtection objects. + /// List properties and relationships of the targetedManagedAppProtection objects. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ManagedAppPoliciesRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs index 81eab1d45e6..f5abb3f982b 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs @@ -35,7 +35,7 @@ public TargetAppsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Not yet documented - /// Find more info here + /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs index 6ac4acfd073..e71e0944982 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs @@ -35,7 +35,7 @@ public TargetAppsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : } /// /// Not yet documented - /// Find more info here + /// Find more info here /// /// The request body /// Cancellation token to use when cancelling requests diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/ManagedAppRegistrationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/ManagedAppRegistrationItemRequestBuilder.cs index 3ca3fc016b7..c878d34d973 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/ManagedAppRegistrationItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/Item/ManagedAppRegistrationItemRequestBuilder.cs @@ -75,8 +75,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the iosManagedAppRegistration object. - /// Find more info here + /// Read properties and relationships of the managedAppRegistration object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -143,7 +143,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the iosManagedAppRegistration object. + /// Read properties and relationships of the managedAppRegistration object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -201,7 +201,7 @@ public partial class ManagedAppRegistrationItemRequestBuilderDeleteRequestConfig { } /// - /// Read properties and relationships of the iosManagedAppRegistration object. + /// Read properties and relationships of the managedAppRegistration object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ManagedAppRegistrationItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs index a22129d7dd6..47ba73e2516 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs @@ -60,8 +60,8 @@ public ManagedAppRegistrationsRequestBuilder(string rawUrl, IRequestAdapter requ { } /// - /// List properties and relationships of the androidManagedAppRegistration objects. - /// Find more info here + /// List properties and relationships of the managedAppRegistration objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -110,7 +110,7 @@ public ManagedAppRegistrationsRequestBuilder(string rawUrl, IRequestAdapter requ return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ManagedAppRegistration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the androidManagedAppRegistration objects. + /// List properties and relationships of the managedAppRegistration objects. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -160,7 +160,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.DeviceAppManagement.ManagedAppRegistrations.ManagedAppRegistrationsRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the androidManagedAppRegistration objects. + /// List properties and relationships of the managedAppRegistration objects. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ManagedAppRegistrationsRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilder.cs index 1157db7ad13..895b67bd9e8 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilder.cs @@ -57,8 +57,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the managedAppStatus object. - /// Find more info here + /// Read properties and relationships of the managedAppStatusRaw object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -125,7 +125,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the managedAppStatus object. + /// Read properties and relationships of the managedAppStatusRaw object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -183,7 +183,7 @@ public partial class ManagedAppStatusItemRequestBuilderDeleteRequestConfiguratio { } /// - /// Read properties and relationships of the managedAppStatus object. + /// Read properties and relationships of the managedAppStatusRaw object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ManagedAppStatusItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/ManagedEBookItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/ManagedEBookItemRequestBuilder.cs index 2613cba923e..1f4081eaee1 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/ManagedEBookItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/ManagedEBooks/Item/ManagedEBookItemRequestBuilder.cs @@ -88,8 +88,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the managedEBook object. - /// Find more info here + /// Read properties and relationships of the iosVppEBook object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -157,7 +157,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the managedEBook object. + /// Read properties and relationships of the iosVppEBook object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -215,7 +215,7 @@ public partial class ManagedEBookItemRequestBuilderDeleteRequestConfiguration : { } /// - /// Read properties and relationships of the managedEBook object. + /// Read properties and relationships of the iosVppEBook object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ManagedEBookItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.cs index e1062f6f1d2..82bb6bccc65 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.cs @@ -94,8 +94,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the managedDeviceMobileAppConfiguration object. - /// Find more info here + /// Read properties and relationships of the iosMobileAppConfiguration object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -163,7 +163,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the managedDeviceMobileAppConfiguration object. + /// Read properties and relationships of the iosMobileAppConfiguration object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -221,7 +221,7 @@ public partial class ManagedDeviceMobileAppConfigurationItemRequestBuilderDelete { } /// - /// Read properties and relationships of the managedDeviceMobileAppConfiguration object. + /// Read properties and relationships of the iosMobileAppConfiguration object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.cs index a0e7347cf92..554f3ef8ff0 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.cs @@ -149,8 +149,8 @@ public MobileAppItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter { } /// - /// Deletes a iosLobApp. - /// Find more info here + /// Deletes a iosiPadOSWebClip. + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -172,8 +172,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the macOSOfficeSuiteApp object. - /// Find more info here + /// Read properties and relationships of the managedAndroidStoreApp object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -196,8 +196,8 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.MobileApp.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Update the properties of a webApp object. - /// Find more info here + /// Update the properties of a managedAndroidLobApp object. + /// Find more info here /// /// A /// The request body @@ -222,7 +222,7 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.MobileApp.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Deletes a iosLobApp. + /// Deletes a iosiPadOSWebClip. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -241,7 +241,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the macOSOfficeSuiteApp object. + /// Read properties and relationships of the managedAndroidStoreApp object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -260,7 +260,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a webApp object. + /// Update the properties of a managedAndroidLobApp object. /// /// A /// The request body @@ -299,7 +299,7 @@ public partial class MobileAppItemRequestBuilderDeleteRequestConfiguration : Req { } /// - /// Read properties and relationships of the macOSOfficeSuiteApp object. + /// Read properties and relationships of the managedAndroidStoreApp object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class MobileAppItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.cs index 9178f32c31c..b8b74973c2f 100644 --- a/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.cs @@ -150,8 +150,8 @@ public MobileAppsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : { } /// - /// List properties and relationships of the windowsMicrosoftEdgeApp objects. - /// Find more info here + /// List properties and relationships of the webApp objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -174,8 +174,8 @@ public MobileAppsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.MobileAppCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create a new managedAndroidLobApp object. - /// Find more info here + /// Create a new iosVppApp object. + /// Find more info here /// /// A /// The request body @@ -200,7 +200,7 @@ public MobileAppsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.MobileApp.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the windowsMicrosoftEdgeApp objects. + /// List properties and relationships of the webApp objects. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -219,7 +219,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new managedAndroidLobApp object. + /// Create a new iosVppApp object. /// /// A /// The request body @@ -250,7 +250,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.DeviceAppManagement.MobileApps.MobileAppsRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the windowsMicrosoftEdgeApp objects. + /// List properties and relationships of the webApp objects. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class MobileAppsRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.cs index b127f918e41..2a30f3bcef5 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.cs @@ -78,8 +78,8 @@ public DeviceCompliancePoliciesRequestBuilder(string rawUrl, IRequestAdapter req return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.DeviceCompliancePolicyCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create a new windows10CompliancePolicy object. - /// Find more info here + /// Create a new macOSCompliancePolicy object. + /// Find more info here /// /// A /// The request body @@ -123,7 +123,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new windows10CompliancePolicy object. + /// Create a new macOSCompliancePolicy object. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.cs index 101e81d4a2c..6b6105abb6c 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.cs @@ -89,8 +89,8 @@ public DeviceCompliancePolicyItemRequestBuilder(string rawUrl, IRequestAdapter r { } /// - /// Deletes a windows10MobileCompliancePolicy. - /// Find more info here + /// Deletes a androidCompliancePolicy. + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -112,8 +112,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the iosCompliancePolicy object. - /// Find more info here + /// Read properties and relationships of the windows10MobileCompliancePolicy object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -136,8 +136,8 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.DeviceCompliancePolicy.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Update the properties of a iosCompliancePolicy object. - /// Find more info here + /// Update the properties of a androidWorkProfileCompliancePolicy object. + /// Find more info here /// /// A /// The request body @@ -162,7 +162,7 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.DeviceCompliancePolicy.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Deletes a windows10MobileCompliancePolicy. + /// Deletes a androidCompliancePolicy. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -181,7 +181,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the iosCompliancePolicy object. + /// Read properties and relationships of the windows10MobileCompliancePolicy object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -200,7 +200,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a iosCompliancePolicy object. + /// Update the properties of a androidWorkProfileCompliancePolicy object. /// /// A /// The request body @@ -239,7 +239,7 @@ public partial class DeviceCompliancePolicyItemRequestBuilderDeleteRequestConfig { } /// - /// Read properties and relationships of the iosCompliancePolicy object. + /// Read properties and relationships of the windows10MobileCompliancePolicy object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class DeviceCompliancePolicyItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.cs index 5b4ddd8f5f2..f1c2012c421 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.cs @@ -54,8 +54,8 @@ public DeviceConfigurationsRequestBuilder(string rawUrl, IRequestAdapter request { } /// - /// List properties and relationships of the windows10CustomConfiguration objects. - /// Find more info here + /// List properties and relationships of the deviceConfiguration objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -78,8 +78,8 @@ public DeviceConfigurationsRequestBuilder(string rawUrl, IRequestAdapter request return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.DeviceConfigurationCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create a new macOSCustomConfiguration object. - /// Find more info here + /// Create a new sharedPCConfiguration object. + /// Find more info here /// /// A /// The request body @@ -104,7 +104,7 @@ public DeviceConfigurationsRequestBuilder(string rawUrl, IRequestAdapter request return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.DeviceConfiguration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the windows10CustomConfiguration objects. + /// List properties and relationships of the deviceConfiguration objects. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -123,7 +123,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new macOSCustomConfiguration object. + /// Create a new sharedPCConfiguration object. /// /// A /// The request body @@ -154,7 +154,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.DeviceManagement.DeviceConfigurations.DeviceConfigurationsRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the windows10CustomConfiguration objects. + /// List properties and relationships of the deviceConfiguration objects. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class DeviceConfigurationsRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.cs index d426c560958..3a849c7b306 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.cs @@ -78,8 +78,8 @@ public DeviceConfigurationItemRequestBuilder(string rawUrl, IRequestAdapter requ { } /// - /// Deletes a editionUpgradeConfiguration. - /// Find more info here + /// Deletes a macOSGeneralDeviceConfiguration. + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -135,8 +135,8 @@ public async Task DeleteAsync(Action - /// Update the properties of a windows10TeamGeneralConfiguration object. - /// Find more info here + /// Update the properties of a windowsPhone81CustomConfiguration object. + /// Find more info here /// /// A /// The request body @@ -161,7 +161,7 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.DeviceConfiguration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Deletes a editionUpgradeConfiguration. + /// Deletes a macOSGeneralDeviceConfiguration. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -199,7 +199,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a windows10TeamGeneralConfiguration object. + /// Update the properties of a windowsPhone81CustomConfiguration object. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.cs index cccca78f8c7..ce9a5f3a974 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.cs @@ -54,8 +54,8 @@ public DeviceEnrollmentConfigurationsRequestBuilder(string rawUrl, IRequestAdapt { } /// - /// List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects. - /// Find more info here + /// List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -78,8 +78,8 @@ public DeviceEnrollmentConfigurationsRequestBuilder(string rawUrl, IRequestAdapt return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.DeviceEnrollmentConfigurationCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object. - /// Find more info here + /// Create a new deviceEnrollmentPlatformRestrictionsConfiguration object. + /// Find more info here /// /// A /// The request body @@ -104,7 +104,7 @@ public DeviceEnrollmentConfigurationsRequestBuilder(string rawUrl, IRequestAdapt return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.DeviceEnrollmentConfiguration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects. + /// List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -123,7 +123,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object. + /// Create a new deviceEnrollmentPlatformRestrictionsConfiguration object. /// /// A /// The request body @@ -154,7 +154,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.DeviceManagement.DeviceEnrollmentConfigurations.DeviceEnrollmentConfigurationsRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects. + /// List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.cs index 61f4cd5bf94..aa06c2f9e54 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.cs @@ -53,8 +53,8 @@ public DeviceEnrollmentConfigurationItemRequestBuilder(string rawUrl, IRequestAd { } /// - /// Deletes a deviceEnrollmentPlatformRestrictionsConfiguration. - /// Find more info here + /// Deletes a deviceEnrollmentWindowsHelloForBusinessConfiguration. + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -76,8 +76,8 @@ public async Task DeleteAsync(Action - /// Read properties and relationships of the deviceEnrollmentConfiguration object. - /// Find more info here + /// Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -100,8 +100,8 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.DeviceEnrollmentConfiguration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Update the properties of a deviceEnrollmentWindowsHelloForBusinessConfiguration object. - /// Find more info here + /// Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object. + /// Find more info here /// /// A /// The request body @@ -126,7 +126,7 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.DeviceEnrollmentConfiguration.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Deletes a deviceEnrollmentPlatformRestrictionsConfiguration. + /// Deletes a deviceEnrollmentWindowsHelloForBusinessConfiguration. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -145,7 +145,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Read properties and relationships of the deviceEnrollmentConfiguration object. + /// Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -164,7 +164,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a deviceEnrollmentWindowsHelloForBusinessConfiguration object. + /// Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object. /// /// A /// The request body @@ -203,7 +203,7 @@ public partial class DeviceEnrollmentConfigurationItemRequestBuilderDeleteReques { } /// - /// Read properties and relationships of the deviceEnrollmentConfiguration object. + /// Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceManagementRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceManagementRequestBuilder.cs index 05325cf6c3d..404614be0a8 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/DeviceManagementRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/DeviceManagementRequestBuilder.cs @@ -392,7 +392,7 @@ public DeviceManagementRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Read properties and relationships of the deviceManagement object. - /// Find more info here + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -426,7 +426,7 @@ public DeviceManagementRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Update the properties of a deviceManagement object. - /// Find more info here + /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.cs index a47738fe548..2cab679afa6 100644 --- a/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/DeviceManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.cs @@ -54,8 +54,8 @@ public RoleDefinitionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt { } /// - /// List properties and relationships of the roleDefinition objects. - /// Find more info here + /// List properties and relationships of the deviceAndAppManagementRoleDefinition objects. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -78,8 +78,8 @@ public RoleDefinitionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.RoleDefinitionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create a new deviceAndAppManagementRoleDefinition object. - /// Find more info here + /// Create a new roleDefinition object. + /// Find more info here /// /// A /// The request body @@ -104,7 +104,7 @@ public RoleDefinitionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapt return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.RoleDefinition.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the roleDefinition objects. + /// List properties and relationships of the deviceAndAppManagementRoleDefinition objects. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -123,7 +123,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new deviceAndAppManagementRoleDefinition object. + /// Create a new roleDefinition object. /// /// A /// The request body @@ -154,7 +154,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.DeviceManagement.RoleDefinitions.RoleDefinitionsRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the roleDefinition objects. + /// List properties and relationships of the deviceAndAppManagementRoleDefinition objects. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class RoleDefinitionsRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/RetentionLabel/RetentionLabelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/RetentionLabel/RetentionLabelRequestBuilder.cs index 20b5cd67330..8105210adb6 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/RetentionLabel/RetentionLabelRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/RetentionLabel/RetentionLabelRequestBuilder.cs @@ -81,8 +81,8 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.ItemRetentionLabel.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// 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. - /// Find more info here + /// 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. + /// Find more info here /// /// A /// The request body @@ -145,7 +145,7 @@ public RequestInformation ToGetRequestInformation(Action - /// 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. + /// 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. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Names/Item/RangeNamespace/RangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Names/Item/RangeNamespace/RangeRequestBuilder.cs index 71c308b355f..726b8921fcc 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Names/Item/RangeNamespace/RangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Names/Item/RangeNamespace/RangeRequestBuilder.cs @@ -213,8 +213,8 @@ public RangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { } /// - /// Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. - /// Find more info here + /// Retrieve the properties and relationships of range object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -301,7 +301,7 @@ public RangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base return new global::Microsoft.Graph.Drives.Item.Items.Item.Workbook.Names.Item.RangeNamespace.RowWithRow.RowWithRowRequestBuilder(PathParameters, RequestAdapter, row); } /// - /// Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. + /// Retrieve the properties and relationships of range object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/RangeNamespace/RangeRequestBuilder.cs b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/RangeNamespace/RangeRequestBuilder.cs index 8dbe5755a48..90ed8c416f3 100644 --- a/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/RangeNamespace/RangeRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/RangeNamespace/RangeRequestBuilder.cs @@ -213,8 +213,8 @@ public RangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { } /// - /// Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. - /// Find more info here + /// Retrieve the properties and relationships of range object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -301,7 +301,7 @@ public RangeRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base return new global::Microsoft.Graph.Drives.Item.Items.Item.Workbook.Worksheets.Item.Names.Item.RangeNamespace.RowWithRow.RowWithRowRequestBuilder(PathParameters, RequestAdapter, row); } /// - /// Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. + /// Retrieve the properties and relationships of range object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/GroupsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/GroupsRequestBuilder.cs index 1b72f910f6b..01d4665b01e 100644 --- a/src/Microsoft.Graph/Generated/Groups/GroupsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/GroupsRequestBuilder.cs @@ -102,8 +102,8 @@ public GroupsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : bas return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.GroupCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. - /// Find more info here + /// Create a new group as specified in the request body. You can create the following types of groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. + /// Find more info here /// /// A /// The request body @@ -147,7 +147,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. + /// Create a new group as specified in the request body. You can create the following types of groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/CalendarViewRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/CalendarViewRequestBuilder.cs index 211818caf0a..d7861da6448 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/CalendarViewRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/CalendarViewRequestBuilder.cs @@ -1,8 +1,6 @@ // #pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Count; using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Delta; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item; using Microsoft.Graph.Models.ODataErrors; using Microsoft.Graph.Models; using Microsoft.Kiota.Abstractions.Extensions; @@ -21,28 +19,11 @@ namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class CalendarViewRequestBuilder : BaseRequestBuilder { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to call the delta method. public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Delta.DeltaRequestBuilder Delta { get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } /// /// Instantiates a new and sets the default values. /// diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Count/CountRequestBuilder.cs deleted file mode 100644 index 3a6d4aa2cc3..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 2a9defde705..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 0d2b7f21cda..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index c207d51f36c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Count; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index e8ce0911026..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 935c6d80ce3..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index e1653690c42..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 4e20bf5a9ef..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index ab4bb2d796c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 75d9808dfba..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 99c95ecfbdc..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 9ba2510a635..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index d6d709731d1..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index ab89d8426bc..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/EventItemRequestBuilder.cs deleted file mode 100644 index ad8ee45f70b..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,223 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Calendar; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.DismissReminder; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.PermanentDelete; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item -{ - /// - /// Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar view for the calendar. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar view for the calendar. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar view for the calendar. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index ac177b5bbaf..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 47f4f371344..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 6f590025134..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index d733520f8e3..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index 7176030ac16..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 9d6273caea4..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 5000e96d753..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index b2b0ebf7b11..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 179bfcff524..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 569f816b3a8..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index a59a56b1d8a..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 23987dc926f..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index f1ffa489624..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index fdb92dc554e..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index a276d66b64c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index e823905b3e9..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index d3f31eb89bd..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 6f365eb11e2..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index b3b082404ed..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,197 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index c2e0836f46e..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 858d5a565d1..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 4c20d2f38ae..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 07e5ca20c98..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 05b29c5f70d..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index acad693e433..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index bb793d74436..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 7bf09fb7e1f..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index 89fa17ee909..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index 8702a998060..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index f705ce32958..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 668f77f7deb..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index a87ce45973a..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index e3ceb312828..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index abb29c96b5c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 1276d64d176..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index af00f03ed5e..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 5e5ec5f260b..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 3a54d2d975e..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 00851589506..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 8c99bb4a03f..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 24f9379eafa..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 0cb53b1b107..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 58c53de1a10..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,211 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 59417a60fad..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 4e52513c5a4..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index e4ab13e0d9c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index c6fa928407e..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index cff6926398f..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 7e1aa566748..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 565c291c608..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index b099f0856b3..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 76203958e61..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index aabee49b10b..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index b008e4eafc0..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 91744a7b2d8..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 798280f2f85..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index ea4789b6ed5..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index b4c183ffcc8..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index b02bf351a47..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 95600b57696..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Count; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index cf4ea7a46cc..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 34c69b0b7b2..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 04320002c93..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index 9dc0a3f6c17..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index 405e0a36b0d..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 4a4af9b32ae..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index 91322b72952..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index d0d11b15eb2..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Count; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 98079f26907..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index e992c6c42dd..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index e19844b9a05..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 0c5760cedf7..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 8d986965b4f..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 58a6cf25825..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 7474d4ac60a..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 2d2c82fc9be..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index cccd7c7c536..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index a762d99f96d..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 8b774b871c3..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 5c4b94b2b48..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index a7c0ec3c099..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index e75e9d62dee..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,217 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Calendar; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index a07abe04ca4..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 525eefd6827..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 5248fe03797..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index 3a54e5976bb..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index c75ff9aff07..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 82af4bfa535..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index af4caa5d28d..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index a660069dc31..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index b25decdfdf7..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 3d339982f05..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index bce90a4e5d0..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 53c186b9239..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 5ae1927ea18..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 8f6b1a8acfc..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 9e14cc89f4d..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 19645647319..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index bebdaf627b9..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 82c9b957989..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index e42cdc8d233..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,191 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 1879f3e23a9..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 90bd52ed329..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 7c83f2936fe..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index de4ef9078a7..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 8be08e2a3a4..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 34ba587794e..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 7f34293e309..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index ef139dcab30..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 3c863ce261e..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index fe23a8a409f..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 5bebb90b6f8..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 234f8b3da3a..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 5636682613c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 3e785c9896a..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 9c584f20e77..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 42841c96db5..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index f007bd89c6d..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 319dfb4b5ca..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 0ee3d503e0d..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 9bf9061e7a2..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 22f14dde314..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index fe03caa2a3f..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 504ddf47d9d..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 807f36a2a36..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 0de3ad0702f..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/EventItemRequestBuilder.cs index ad8b09c6f77..abc80bfa20c 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/EventItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/EventItemRequestBuilder.cs @@ -6,7 +6,6 @@ using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Cancel; using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Decline; using Microsoft.Graph.Groups.Item.Calendar.Events.Item.DismissReminder; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences; using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions; using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Forward; using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances; @@ -61,11 +60,6 @@ public partial class EventItemRequestBuilder : BaseRequestBuilder { get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to manage the extensions property of the microsoft.graph.event entity. public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.ExtensionsRequestBuilder Extensions { diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 2159ce0262a..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index e939729579c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 0783fdf5eea..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index d327c7faf8d..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index f72d05d4af1..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index f3ae599fb42..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 9dd3ffde3a7..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 6e3c21ba456..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 45cd4c71d0c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 836e3ce513b..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 6a59805c66c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 0a545ba265f..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index a8a1a1e1c9e..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 02652488910..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 28c53cab4d1..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 2bbf28ebd19..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 1f7d2681295..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index f6bb90c8f2f..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 7878bb2ac8c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,197 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index f80f1f2708b..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index d3f1e540441..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index cf99ae6d2aa..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 9d04c79362a..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 1d65df56271..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index 28f9ebdac09..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index 9071f31f2cb..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 2f461df0267..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index 0fbc741ad42..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index 41a239c1891..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 82de7febf41..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 681409c9a44..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index d8425ad409f..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index baad5d53156..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index c9fcab6432e..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index cce6f756701..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index a8df1cb710f..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index b3133814ca8..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index e22e7cc0257..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 05bb36a5eb2..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index b89291c0f83..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 15b695da951..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 1c255462685..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 07fbf4b927c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,211 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index b63a6af7d92..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index f30868b39b0..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 8b3dc4c933a..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index f2f2f2e2539..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 48de1da48dc..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 5707992dc5c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index c32891a9224..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 377a099eaec..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 1d89f6defbd..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index c4f442da2af..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 6ba49569202..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index c62320644bf..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 2037f832568..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 434461d1f8b..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 71b899d5d2e..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index a1c3e3f845d..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/InstancesRequestBuilder.cs index 13ac3b30aed..6bc7ead6de9 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/InstancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/InstancesRequestBuilder.cs @@ -1,8 +1,6 @@ // #pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Count; using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Delta; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item; using Microsoft.Graph.Models.ODataErrors; using Microsoft.Graph.Models; using Microsoft.Kiota.Abstractions.Extensions; @@ -21,28 +19,11 @@ namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class InstancesRequestBuilder : BaseRequestBuilder { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to call the delta method. public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Delta.DeltaRequestBuilder Delta { get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } /// /// Instantiates a new and sets the default values. /// diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 51b7776ae7f..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 1756ab7831d..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index fba2c544351..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 30e12c5969c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index c5a89e6f819..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 2b616d89f81..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index f8c299c5fc4..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 62afd0196a4..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 33cd74d6c22..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index b1fbd98bf29..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index f2816fd0be7..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 5cca5da437f..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index d50ac63ed3d..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 5ce4a70b8b5..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,217 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Calendar; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 1442a0ff376..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index cda35bf49c0..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index ef72cef2929..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index f9bb324ff0b..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index 82deeb5adb4..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 86526cc4653..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 8c652905be0..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 6d2b0b27d9c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 94cf3842e15..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 6088e39f1a4..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index ab85c37cdc7..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index d567df94671..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index ddf1ef10a95..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index fb1276828d4..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index a6b07c610a4..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 9d54a567a47..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 024af911b6e..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 57d2e7073f3..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index a68c36277cd..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,191 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 7146a3b4b5e..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 22992687d19..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 76206c5088e..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 8ed8a8eadf5..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index c1aa5d05807..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 52d6dbff3ea..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 91c6d69120d..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index ab5c0b708de..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 964dee38bad..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 4060f4ba39d..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index c0631903bd2..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index f98e6f368eb..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index f7261ee9a84..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index eacd038f477..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index cacf488905a..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index b4cea7be216..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index d836093ca09..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 05ea618de5e..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 11f519eed16..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 71ea575957c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/CalendarViewRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/CalendarViewRequestBuilder.cs index 1e619025ca5..c3f5ff2d333 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/CalendarViewRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/CalendarViewRequestBuilder.cs @@ -1,8 +1,6 @@ // #pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.CalendarView.Count; using Microsoft.Graph.Groups.Item.CalendarView.Delta; -using Microsoft.Graph.Groups.Item.CalendarView.Item; using Microsoft.Graph.Models.ODataErrors; using Microsoft.Graph.Models; using Microsoft.Kiota.Abstractions.Extensions; @@ -21,28 +19,11 @@ namespace Microsoft.Graph.Groups.Item.CalendarView [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class CalendarViewRequestBuilder : BaseRequestBuilder { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.CalendarView.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to call the delta method. public global::Microsoft.Graph.Groups.Item.CalendarView.Delta.DeltaRequestBuilder Delta { get => new global::Microsoft.Graph.Groups.Item.CalendarView.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the calendarView property of the microsoft.graph.group entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did", position); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } /// /// Instantiates a new and sets the default values. /// diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Count/CountRequestBuilder.cs deleted file mode 100644 index 6a321b8979c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,144 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/$count?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/$count?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 5633467bc35..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 8617ee55b23..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 40172478e94..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Count; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 0b207692dcf..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 40c76105714..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 03f83994af1..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 33e33006469..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 56f4b141cfc..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index f7dc93268da..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 3c56384ff56..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index a03b19acf00..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index f6c1a75b677..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 8af773eabd1..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/EventItemRequestBuilder.cs deleted file mode 100644 index cbf7b505476..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,223 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.CalendarView.Item.Accept; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Calendar; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Decline; -using Microsoft.Graph.Groups.Item.CalendarView.Item.DismissReminder; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Forward; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances; -using Microsoft.Graph.Groups.Item.CalendarView.Item.PermanentDelete; -using Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder; -using Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item -{ - /// - /// Provides operations to manage the calendarView property of the microsoft.graph.group entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar view for the calendar. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar view for the calendar. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar view for the calendar. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index ec94f134e97..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 3253aece6b3..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index a5310534bdc..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index 82677331ccb..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index 9391d021274..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 2ac9d498f08..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index a34ee8ca5d8..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 72a6ba215f6..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index d8f35ff59de..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 17ef1cd7faf..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 79e6b4f04f8..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 791d4dc1e50..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 0de8aadcc7f..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 2c228f0502c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 2ccfe239167..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 05f5c9dd8d9..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 92ecf10a8d2..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 1bfdb87bd68..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index d4cdc40ec58..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,197 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index cba7781615d..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 6c72dcd7b9f..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 843c20f59d6..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 01768c5ac82..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index cbd65dee17a..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index 28d7eb783c3..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index 3307d41147f..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index bdaf184aede..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index fe8855d06d3..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index 12d03163cbc..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index df235f3e909..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index a479970c4c4..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 25b7203bab1..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index c301c47f916..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 39f556a0fa0..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 700ad7559c3..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 4a843ffc5c4..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index ccc4cfe260e..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index a808d9ba0d0..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index d05749b09e1..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 63482764b2d..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 1a857030786..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index fdd977eff61..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index f5dd82ebd7a..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,211 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 53d1dfb72a2..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 32655d2b648..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index cf322d8f1e2..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 0e4c1418106..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 59668672ead..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 23953da7c87..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 7ac1cf0cc81..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 975f594e92f..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index c74b7a2d5a8..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index f10f454e2f8..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 8ad66f152a1..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index c5d96e79060..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 7d5b1d205f8..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 220a925a087..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index da4bf1baabe..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 9425bcc5620..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 38898d870af..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Count; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index a113eed6f77..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 214bf0199c3..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 8431b67780f..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index f489910209f..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index cb9ec9a3155..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 7dd57205481..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index c8d201f1c49..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index bbe3e0ec02c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Count; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 50918552688..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 4a80530d2e4..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index eaf90d41dfb..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index ec40cb628aa..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index c9c8ba34f3c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 5dd1fd409f5..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 84b3265dc0c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 760b045fea7..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 58226735b92..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index bf7c2990cad..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 25a3b299c73..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index c7d8c587cb6..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 8a3558040d7..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 484dddbe85b..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,217 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Calendar; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 43740f40bc0..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 10cba3bbfc6..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index d062f6998c1..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index 9ed15bd3aae..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index a39134c3c57..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index d623028811a..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 033bd1eaeb6..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index cc20ad09d55..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 04d5444f0b6..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 4bcd396061c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index a945b482db7..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index e7cf87f27ad..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 55efc5afd81..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index c1a2b79370d..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index b17e48bb36b..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 5b5400ae829..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index a5533ecb102..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 78765cb3566..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 82ed432cd09..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,191 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index adc4eadcdf4..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index bac06855dfa..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index c648ab84ed7..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index fe4f38b26c0..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 325d8d944e5..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index e72e6ec3bb1..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 0ce790ebcf9..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index fa37eef3d15..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index fa6767b74c5..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index b3bd275e716..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 11e004a0c30..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 7ceeed68ddb..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index c882d107783..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 65b7c0c78a6..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index ddb582bc1a7..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 4d728a743af..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 70b588d0cf5..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 1fe87d8cfb7..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 7fd15d1dd3f..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index b354df1400f..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 07fbbc6f5ee..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 1730842d350..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 473bf84a759..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 2ce12723fc9..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index c8f0f296b47..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/ConversationsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/ConversationsRequestBuilder.cs index 1ef4baf386d..3d0ba1f2ac2 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/ConversationsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/ConversationsRequestBuilder.cs @@ -78,8 +78,8 @@ public ConversationsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ConversationCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// 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. - /// Find more info here + /// Use reply thread or reply post to further post to that conversation. + /// Find more info here /// /// A /// The request body @@ -123,7 +123,7 @@ public RequestInformation ToGetRequestInformation(Action - /// 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. + /// Use reply thread or reply post to further post to that conversation. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.cs index 71774d8fdb9..e65d4c4c07a 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.cs @@ -42,7 +42,7 @@ public ConversationItemRequestBuilder(string rawUrl, IRequestAdapter requestAdap } /// /// Delete conversation. - /// Find more info here + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -64,8 +64,8 @@ public async Task DeleteAsync(Action - /// Retrieve the properties and relationships of conversation object. - /// Find more info here + /// The group's conversations. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -107,7 +107,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Retrieve the properties and relationships of conversation object. + /// The group's conversations. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -143,7 +143,7 @@ public partial class ConversationItemRequestBuilderDeleteRequestConfiguration : { } /// - /// Retrieve the properties and relationships of conversation object. + /// The group's conversations. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ConversationItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/EventItemRequestBuilder.cs index 9f72ea63383..05b5443346d 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/EventItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/EventItemRequestBuilder.cs @@ -6,7 +6,6 @@ using Microsoft.Graph.Groups.Item.Events.Item.Cancel; using Microsoft.Graph.Groups.Item.Events.Item.Decline; using Microsoft.Graph.Groups.Item.Events.Item.DismissReminder; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences; using Microsoft.Graph.Groups.Item.Events.Item.Extensions; using Microsoft.Graph.Groups.Item.Events.Item.Forward; using Microsoft.Graph.Groups.Item.Events.Item.Instances; @@ -61,11 +60,6 @@ public partial class EventItemRequestBuilder : BaseRequestBuilder { get => new global::Microsoft.Graph.Groups.Item.Events.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to manage the extensions property of the microsoft.graph.event entity. public global::Microsoft.Graph.Groups.Item.Events.Item.Extensions.ExtensionsRequestBuilder Extensions { diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 034a3976c47..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 3ef7dd573b4..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index d05a071c154..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index 2745bb50347..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index 11dc5a51c53..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 28778a8a066..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index a3aa3ac5572..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index b52a9fb7437..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 9cd57f0d64c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index f92a2ba0dff..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index df82e1c4916..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index b1053d98b7a..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 05fda4556d0..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 95f7f9a1c62..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index ca0f059371d..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 3bbf6cd92ac..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 16ed7292af5..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 7d39719faaa..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index d91e28b3d41..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,197 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index a03b516ecb5..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 92be5449fd1..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 861aa450c12..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 9716fe82cdc..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 50866a3deae..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index 0efb7f40c91..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index 52c07dc3016..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 5943940b688..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index 234aff21346..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index b55e432d9bc..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 9051477155c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 953bc869f06..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 5e4dfeb0dd5..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index e57e6b4150d..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index cbffd3207af..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 6e8d15c537e..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index d8149f4d0d3..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index a51b91d10ae..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index ab123ed9e38..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 0ae3eefbade..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index dd7bcc00080..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 9bb841bc1b5..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index fc603d07ee0..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index aaf90cf26b1..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,211 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 8ad37e991c9..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 907d2df5d53..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index a3aa8091f31..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 2937d595df4..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 1efebfeed95..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 2296b6a9a0b..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index bf84732b446..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index bd55f90bc88..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 523ad5995f1..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 711a094b5f9..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 53c74fbddab..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 74a09a514c5..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 08c465975bc..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 360a4befd1c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 29a49bb4214..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index dbf1d334129..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/InstancesRequestBuilder.cs index 3ceb1a50b69..79e3eb9566b 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/InstancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/InstancesRequestBuilder.cs @@ -1,8 +1,6 @@ // #pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Count; using Microsoft.Graph.Groups.Item.Events.Item.Instances.Delta; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item; using Microsoft.Graph.Models.ODataErrors; using Microsoft.Graph.Models; using Microsoft.Kiota.Abstractions.Extensions; @@ -21,28 +19,11 @@ namespace Microsoft.Graph.Groups.Item.Events.Item.Instances [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class InstancesRequestBuilder : BaseRequestBuilder { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to call the delta method. public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Delta.DeltaRequestBuilder Delta { get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } /// /// Instantiates a new and sets the default values. /// diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 3c6ba6a3a1d..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 9c988ef3092..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 05d6116845c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 3a4893dbd72..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 894fa3592d1..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index ebf6d0cf05b..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index e516e8c96ea..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 3dbf82fd979..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 0e8936e606c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index e6cc3fe56ab..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 279e7285274..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 062f6757e95..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index d48bc4e500e..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index d964c82a9ac..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,217 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Calendar; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 20b6937a4f6..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 874c237a13f..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 6dbbaf93154..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index de3559ce10d..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index 71d18093f54..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 312bf0d9389..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 34685429978..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index a0272d823ac..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 087f9885098..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 3284c9987ac..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 763d43133d0..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 4c51cf71211..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index f6ea46a560f..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 47761afe329..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 1d6bf01c630..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index d9c7eac7cf4..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index c71684805b8..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index d1accb0a2bb..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 53a82e71bd8..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,191 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 5d3862b6280..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 218ecd2b99c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 23b8f2a8367..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index f406a56fb35..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 3e03f66a02c..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 6ffa0357faf..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 2e60d1f3de9..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index e419ddd1818..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index b64765c4dbf..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 8a9100e6889..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 36b09c09fc7..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index d131ed93004..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 1401a8d4eec..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for groups - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for groups - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in groups - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index ff2e04f6c75..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 620ac555e91..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index b7710be2bd6..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 7aa76997360..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index e404a97cca0..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 11abf59b5b7..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index bb4f973874b..00000000000 --- a/src/Microsoft.Graph/Generated/Groups/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.cs index 3a199b4e810..56c1c896e66 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.cs @@ -48,7 +48,7 @@ public ConversationThreadItemRequestBuilder(string rawUrl, IRequestAdapter reque } /// /// Delete conversationThread. - /// Find more info here + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/PostsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/PostsRequestBuilder.cs index 74c419b5efd..ee06d8bf9d1 100644 --- a/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/PostsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Groups/Item/Threads/Item/Posts/PostsRequestBuilder.cs @@ -54,8 +54,8 @@ public PostsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base { } /// - /// 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. - /// Find more info here + /// 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. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -78,7 +78,7 @@ public PostsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.PostCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// 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 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. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -106,7 +106,7 @@ public RequestInformation ToGetRequestInformation(Action - /// 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 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. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class PostsRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.cs index 40d75600a9f..2640a0fe1f3 100644 --- a/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.cs @@ -35,8 +35,8 @@ public NamedLocationItemRequestBuilder(string rawUrl, IRequestAdapter requestAda { } /// - /// Delete a namedLocation object. - /// Find more info here + /// Delete a countryNamedLocation object. + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -58,8 +58,8 @@ public async Task DeleteAsync(Action - /// Retrieve the properties and relationships of a namedLocation object. - /// Find more info here + /// Retrieve the properties and relationships of an ipNamedLocation object. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -108,7 +108,7 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.NamedLocation.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Delete a namedLocation object. + /// Delete a countryNamedLocation object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -127,7 +127,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Retrieve the properties and relationships of a namedLocation object. + /// Retrieve the properties and relationships of an ipNamedLocation object. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -185,7 +185,7 @@ public partial class NamedLocationItemRequestBuilderDeleteRequestConfiguration : { } /// - /// Retrieve the properties and relationships of a namedLocation object. + /// Retrieve the properties and relationships of an ipNamedLocation object. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class NamedLocationItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilder.cs index a83372be3ae..947869285ba 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilder.cs @@ -100,8 +100,8 @@ public async Task DeleteAsync(Action - /// Retrieve the properties and relationships of an accessPackage object. - /// Find more info here + /// 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. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -169,7 +169,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Retrieve the properties and relationships of an accessPackage object. + /// 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. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -227,7 +227,7 @@ public partial class AccessPackageItemRequestBuilderDeleteRequestConfiguration : { } /// - /// Retrieve the properties and relationships of an accessPackage object. + /// 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. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class AccessPackageItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.cs index c3573ad76e9..a5f5c497496 100644 --- a/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.cs @@ -35,8 +35,8 @@ public CustomCalloutExtensionItemRequestBuilder(string rawUrl, IRequestAdapter r { } /// - /// 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: - /// Find more info here + /// Delete an accessPackageAssignmentWorkflowExtension 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: + /// Find more info here /// /// Cancellation token to use when cancelling requests /// Configuration for the request such as headers, query parameters, and middleware options. @@ -82,8 +82,8 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.CustomCalloutExtension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Update the properties of an accessPackageAssignmentWorkflowExtension object. - /// Find more info here + /// Update the properties of an accessPackageAssignmentRequestWorkflowExtension object. + /// Find more info here /// /// A /// The request body @@ -108,7 +108,7 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.CustomCalloutExtension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// 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: + /// Delete an accessPackageAssignmentWorkflowExtension 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: /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -146,7 +146,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of an accessPackageAssignmentWorkflowExtension object. + /// Update the properties of an accessPackageAssignmentRequestWorkflowExtension object. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Activities/Item/HistoryItems/Item/ActivityHistoryItemItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Activities/Item/HistoryItems/Item/ActivityHistoryItemItemRequestBuilder.cs index 48e8c21df21..df96d30528c 100644 --- a/src/Microsoft.Graph/Generated/Me/Activities/Item/HistoryItems/Item/ActivityHistoryItemItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Activities/Item/HistoryItems/Item/ActivityHistoryItemItemRequestBuilder.cs @@ -86,8 +86,8 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.ActivityHistoryItem.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create a new or replace an existing history item for an existing user activity. - /// Find more info here + /// Delete an existing history item for an existing user activity. + /// Find more info here /// /// A /// The request body @@ -150,7 +150,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new or replace an existing history item for an existing user activity. + /// Delete an existing history item for an existing user activity. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/CalendarViewRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/CalendarViewRequestBuilder.cs index 2bff94e5bbb..b278725d6fc 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/CalendarViewRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/CalendarViewRequestBuilder.cs @@ -1,8 +1,6 @@ // #pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.CalendarView.Count; using Microsoft.Graph.Me.Calendar.CalendarView.Delta; -using Microsoft.Graph.Me.Calendar.CalendarView.Item; using Microsoft.Graph.Models.ODataErrors; using Microsoft.Graph.Models; using Microsoft.Kiota.Abstractions.Extensions; @@ -21,28 +19,11 @@ namespace Microsoft.Graph.Me.Calendar.CalendarView [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class CalendarViewRequestBuilder : BaseRequestBuilder { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to call the delta method. public global::Microsoft.Graph.Me.Calendar.CalendarView.Delta.DeltaRequestBuilder Delta { get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did", position); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } /// /// Instantiates a new and sets the default values. /// diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Count/CountRequestBuilder.cs deleted file mode 100644 index 879db3c9c72..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,144 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/$count?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/$count?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 30f70eb651e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 38eae39f2a1..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index c880e9264d3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Count; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 13f6aa4f1fe..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 0beb86a8c6d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index dc873acd271..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index ddc090ff751..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 7248716ca7e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 6881b3c6c1d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index baaaccba94c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 292fd816c59..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 89d7214332f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 0c2ef4849d4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 7b0f0ea5ad0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,223 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Calendar; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.DismissReminder; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.PermanentDelete; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item -{ - /// - /// Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar view for the calendar. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar view for the calendar. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar view for the calendar. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index b8312106ec7..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 12a2944488b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index e756a4debc8..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index 1e2e40067d9..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index 966e27e3110..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index db92ddc41cc..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 4634d8452f4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index c9bfed6a350..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 02ab06e11c8..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 4dd0226e707..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index d99378ee232..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 7ad131fc50e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index e5fb8d73965..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index d7659554c12..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index b23c319f3b5..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 2cca59a408a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index f7de4dbd35b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 87f3e4643b7..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index fc81b316074..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,197 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index e4480521746..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 0c665bbedfb..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 667f0364d6c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 2691ceab036..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 66e8b295f96..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index 73fede7789c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index 30c6908eee7..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 77a83302ec7..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index 3980204c8a7..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index 9e19d1f1c11..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 62e060c4f50..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index e64602187e4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index fe137e10971..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 1031b49f871..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 82e2abe0619..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index a2b4d8ffdbc..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 64ea05f94fd..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 9adb343706f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 67981687253..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 9c0de8eb9dd..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index df0be981134..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index aa76f158d3a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 01bf85ec508..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 8cc56a9709e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,211 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 588c4d4ca14..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 844de8bc409..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 8185cf9054f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 68db3a4550b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 9f9952ea478..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 9f87ff4c72b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index a60277bb5a7..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 389fedce21c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 333220a380c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 38f6320eb6c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 8011ee7c969..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 2a6d82e365c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index ed4df6d04f0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index b334801d8bb..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 82979440b26..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index e1c17eb05dd..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index c6233252741..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Count; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index e3eb1f456ea..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 833c4f7f3f4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index b95497f565f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index be8a8ff21a2..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index 5b3e84ce40f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 191723fcca6..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index a1ccd5dc734..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index de107caccde..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Count; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 6caaf0911e4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 2640ee360bb..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 819f2948d7e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 01683fb9ebb..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index c15d35e759f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index bc36ba5f49c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index b8933916a85..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 8d24f7c9cde..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 08fed0fb7d5..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index a43041b6b36..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index deb5f7b06e6..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index a38535df0a5..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 7bae643fa5e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 006563fda55..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,217 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Calendar; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 0024b7a9815..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 0bb8f32780b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 844aef4446d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index 2f65021cee9..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index 79c247e0808..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index f5d2a415c95..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index cbd36fe732d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 75163df7727..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 203b0b7952c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index e75e4395275..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 29c3550d952..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 8d66284ea53..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 9ddd86520b8..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 6ee18548b33..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 812b821892a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index e380f6dbee6..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 67b8377ab71..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 99ce818eb61..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 9c7baded7e6..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,191 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 52fe2471e0b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 8f316fea06b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index bda6afe67d6..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index e3cd85e7130..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index cf8ebeea988..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 7be5a69c984..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 1813476d449..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index dccb11890f0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index e8d76fcba6e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 39d4fe71eff..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 11693b453a1..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index aa048e46656..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 55fe7f67808..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index ecb218410b0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index a5a18fc4150..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 85bcb3b9bb1..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 2bffe6562cf..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index e0f0d5b5a9f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 733769244c2..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index ec4457d7a1a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index ceb4180e0a0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index c4fc0467e8e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index c19313a46ad..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 937e57d85ba..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 5e333e009de..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/calendarView/{event%2Did}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/EventItemRequestBuilder.cs index 68235e71e44..87888531990 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/EventItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/EventItemRequestBuilder.cs @@ -6,7 +6,6 @@ using Microsoft.Graph.Me.Calendar.Events.Item.Cancel; using Microsoft.Graph.Me.Calendar.Events.Item.Decline; using Microsoft.Graph.Me.Calendar.Events.Item.DismissReminder; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences; using Microsoft.Graph.Me.Calendar.Events.Item.Extensions; using Microsoft.Graph.Me.Calendar.Events.Item.Forward; using Microsoft.Graph.Me.Calendar.Events.Item.Instances; @@ -61,11 +60,6 @@ public partial class EventItemRequestBuilder : BaseRequestBuilder { get => new global::Microsoft.Graph.Me.Calendar.Events.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to manage the extensions property of the microsoft.graph.event entity. public global::Microsoft.Graph.Me.Calendar.Events.Item.Extensions.ExtensionsRequestBuilder Extensions { diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 952969fc787..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index fc97df1a6c5..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 1ac0da33459..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index ddfaccc8009..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index 502baedb885..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index f49fe9e1910..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index a810d830490..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 6625dbfd8df..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 880ab2e3547..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 7296c24c8e8..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index ceebee54995..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index ae7e004f1c9..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 691b8b1f709..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 10c49bb7e5e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 8daa25a87af..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 35a6d2efd73..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 9d1bcb5716b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 66ea0d2afef..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 14c5646d310..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,197 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 447ca369149..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 1d3b5261e06..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 1c45b8e40e5..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index c11cdc772fb..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 411e9bfae78..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index 9ae5bae2036..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index f6cbd223aa3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index d4c11d7f7c4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index a5b41805f6a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index 47be48c14ab..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index c96d6fd0e57..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 4395f386b9a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 6a5a97feffd..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 6ff3d4ddc0b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index dfdde644cf6..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index ba71b4522b0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 04e25c76886..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 1ac8badcf49..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 518de1ff175..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index e2b2fb635ac..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 48e6a42e873..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 456f8b45a60..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 30f68ffd25e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index ecc51bd98e3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,211 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 8496a389657..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index abe6c55fa66..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index ab6770d3cbe..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 52c0e454fe2..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 67780f62521..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 1d5af8ef6e2..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index db2ad567187..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index f80ddb21619..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index c099ece5a6c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 0a40a340fa3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 5642912f276..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 74ec87063f1..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index a9e9a8a1366..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index a9a906f5398..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 01be33e1e87..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index e4d58146fa3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/InstancesRequestBuilder.cs index ba8e29f2499..0f487bed8c8 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/InstancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/InstancesRequestBuilder.cs @@ -1,8 +1,6 @@ // #pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Count; using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Delta; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item; using Microsoft.Graph.Models.ODataErrors; using Microsoft.Graph.Models; using Microsoft.Kiota.Abstractions.Extensions; @@ -21,28 +19,11 @@ namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class InstancesRequestBuilder : BaseRequestBuilder { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to call the delta method. public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Delta.DeltaRequestBuilder Delta { get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } /// /// Instantiates a new and sets the default values. /// diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 178b3f16a51..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index df134484d95..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index f37d1e232c1..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 35a7cc4fbcf..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 88d79bf5737..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 90fe23b13b2..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index acd69677f2f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index e8e032d0a27..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 35b0d8943e9..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 02fdb6d36a9..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index c5fdcd06066..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 6e9034e047f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 5090b025fbf..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 125f4ae89ae..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,217 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Calendar; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index ff795536943..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index dba971aabe3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index d143fe67ac3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index 5ed9e14046d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index 023af2c0eb0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 88e90c4c77e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 272c83cbe48..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 91b0d6a05e3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index d28991b8556..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 30cc86d99d8..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index abcb19b06bc..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 1afab33b2ed..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 59a2bd3022e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 348b962ee83..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 670f4d80ac1..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 0ae6b33d73d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index dafdaa2702d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 7381d244735..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 7461e7c538f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,191 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 9458b6e57d9..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 4af70d0941a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 8d18a4f1b18..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 63c1f737637..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 5f59eab0596..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index ed9c95f130c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index f6f9861f536..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index bca748aa55d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index ac60d430f2e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index a9178a20ba0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 6b77551bbce..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index fce03a3b232..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index cc087e79243..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index c4a6e1f7e65..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index bd359a7bfb0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index d27a1437b48..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index eccffe1bbed..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index c14f6b1402e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index eebef01f365..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 15d78e5d224..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendar/events/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/CalendarViewRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/CalendarViewRequestBuilder.cs index 36de5bad2a5..32b622bb8fa 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/CalendarViewRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/CalendarViewRequestBuilder.cs @@ -1,8 +1,6 @@ // #pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Count; using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Delta; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item; using Microsoft.Graph.Models.ODataErrors; using Microsoft.Graph.Models; using Microsoft.Kiota.Abstractions.Extensions; @@ -21,28 +19,11 @@ namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class CalendarViewRequestBuilder : BaseRequestBuilder { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to call the delta method. public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.DeltaRequestBuilder Delta { get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } /// /// Instantiates a new and sets the default values. /// diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Count/CountRequestBuilder.cs deleted file mode 100644 index 39f56356ec5..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 84d5a1a6ec3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index c8c3df9a7d7..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index ae9afb61129..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index ca334779c17..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index cba2897ad55..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index c58c396c961..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 80fecdd068d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 996b2f90529..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index fc4fe30578d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 88617f11a1b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index a81ab03440c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 680abafc099..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 2ada0dcf6d6..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 7ac626d1b66..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,223 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item -{ - /// - /// Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar view for the calendar. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar view for the calendar. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar view for the calendar. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 4acfaf57fb7..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 5fbb2a4a272..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 72f6140ed82..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index ea0a6578ab2..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index 1f8c79a8aae..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 81524f7ead7..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index efc695bd220..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index efaea7c4063..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 149a490e6ff..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index fccda6936c0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index c8345c92ddc..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 31660635554..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 0087c90552e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index d6c6c3c9324..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 90198b88778..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 0d1419b3607..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 4a42450586c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 5bc96e09082..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 9a97a62e8c9..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,197 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 936ca5cf4e3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index e70592b276f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 36dbb905643..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index e1b1d3495a4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 731b2066c96..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index 85bd8c73900..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index 767a1ba7ffe..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 04346f325e3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index 590451b90be..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index f314176ef80..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 4bd64946754..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index f524325d816..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index a3f243abc42..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index d1bf982701d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 8842ff9eb69..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 0940ba6c4db..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 671176f05c4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 068001a9cdf..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index ed038655d22..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 0f9d78e21c1..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index d8fe55c2f9a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 1ea9dac6764..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 32e7e88dcc5..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 2f3074dee96..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,211 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 080aa58e3da..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index e3460dc3c63..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 7d1922e54d1..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index d43c01cfd5c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 8df5f84fabd..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index d3afcc09c3b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 456f0bc969a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 74a1f4a93ce..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index d90228f369e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 6822ee0bdee..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 254396f960c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index e9e7014703d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index e3a60fa1b80..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 8573092253a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 3491f96f78b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 4ea24d89623..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index f3bdc6922d8..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index eb4627a552c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index b7a7a6f3b02..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index eae851b935b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index d89a26dbdd0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index d93d9a9d7d1..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index a15969d0a1f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index d58167354c5..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index d3625c0dab0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 8cf6368947e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 57b157f5345..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index b35480699e0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 927d23f3732..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 1bac2921c0c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 8d17c831f60..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 5170d5b0ce7..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 682693bae25..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 4f316397e21..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 09fd934dfd4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 5eba90374c1..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 5cd5c6ed923..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index fd2f489f36a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index decce3dc0bd..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,217 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 36ca77c83c2..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index cd6505132cb..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 2aa8580575c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index 7d295713937..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index a0dd6d73e76..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index bda50765151..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 7fd5629e440..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 216c90dd5d1..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index b59860e2c67..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 2781a19a5a5..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 6378fa75500..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 64d5636e5dc..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 43da10217a4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index e5418928dd3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 248d85d05b8..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index be8908fb9d1..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 73a5e1a1ddf..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index eb920b6ed7c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 6f5cca0c00b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,191 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 9e726a0b1a3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index e9aa183ac22..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 5cc96fc81d7..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index a443587ba23..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index e7d579659e3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 979db20a537..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index e1ed949da80..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index d9dd69602c2..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index aacd452d245..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 95331b17314..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 8f15c1cb4de..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 7bbc203932b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 529faf8f2ac..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index c6af546f551..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 402676ec96e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index bc50746e717..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 828662598e7..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 4a88488038b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 06edbf8ede9..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index ed76ea0a2ae..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 75a0b74c819..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 94c73b22072..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 6e291ea9c9b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index b7a8476b377..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 56dc3acefcc..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/EventItemRequestBuilder.cs index 69d8c3d1cf5..c8466ca2e2e 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/EventItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/EventItemRequestBuilder.cs @@ -6,7 +6,6 @@ using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Cancel; using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Decline; using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.DismissReminder; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences; using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions; using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Forward; using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances; @@ -61,11 +60,6 @@ public partial class EventItemRequestBuilder : BaseRequestBuilder { get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to manage the extensions property of the microsoft.graph.event entity. public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.ExtensionsRequestBuilder Extensions { diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index eafe72edfe0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index a1e322e29b7..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 5ac42809677..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index e8323333537..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index 02d8bcdbfde..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 81cb5b0636b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 6ffb748137a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 399a4425011..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 98a7ff61ef9..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 3649a6b909c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 4c602bea843..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index dc31d46f13c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 5adf6269191..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 7ac8ce7a604..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 22262964443..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 2acc8e52563..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 97df3729120..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 7bae54cd490..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index d7f8a43ab4b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,197 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 711b2c2105b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 085e643586d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index dc69fe246ce..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index ca616ecb75c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index c7b79c1d0bc..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index a5cc2fb3de3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index 9b1e490e248..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 6434780d201..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index 206d3616362..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index 468926b93f2..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 1beda544f08..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 99c865cab2f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 971f0609af4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 3dde4a44995..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 48bf694445b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 7cbbdf8499d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 14c232d4438..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 41813a6bb34..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index fd6ea658f06..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 5244f3d6d56..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 54ca751c5e5..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index e43d0a0b45e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 21ba3d303d8..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 551f46c1fba..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,211 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 329900c3437..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 83c194bd191..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 9f59e5bbdd5..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index c581320ad6a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index ae7ec70b066..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 7c297663fdf..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 1905996bc63..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 6f10336760b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 6a242571bcd..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index a507ad5aab4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 8b08f74401d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index d2819e09736..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 08790e49e19..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 0014b8bdc56..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 8ad214a1601..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index 1590c093481..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/InstancesRequestBuilder.cs index eb804dceebb..8c1df5e0988 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/InstancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/InstancesRequestBuilder.cs @@ -1,8 +1,6 @@ // #pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count; using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item; using Microsoft.Graph.Models.ODataErrors; using Microsoft.Graph.Models; using Microsoft.Kiota.Abstractions.Extensions; @@ -21,28 +19,11 @@ namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Inst [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class InstancesRequestBuilder : BaseRequestBuilder { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to call the delta method. public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.DeltaRequestBuilder Delta { get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } /// /// Instantiates a new and sets the default values. /// diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 3e7ac52bf04..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index fa8bc1caa59..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 69d020e0e9b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index e296374764c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 0d490d60ad2..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index f0b8b54976b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index e7636f9392b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 419372f39d0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index ab8615c66da..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index eba594c9014..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 31a12c6aa20..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 4051f058924..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index a7dca7117ab..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index e5a004f3299..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,217 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 052c711e0ed..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 94ec54854b9..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 46108a052f4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index 7be8a9dd5a6..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index 2c9cd1fba6c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 60ebdb94ed1..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index aaa4b550980..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index db851ed172a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index a2b51ed8f48..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 699b9cdddd8..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 38cc3266522..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 66f506f4dc2..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index b3121e2c930..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index cdd3c0a125f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index cc6d4b61af1..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index aa1515fa423..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 38fc69734a2..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index f8c8fadd333..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 196dd36e1fd..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,191 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 428b6f5f50d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index fd153dafe2f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 18d629981b4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 6d76f35f14f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 412ee274c67..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index c85f3725432..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index e09dad0ce4b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index f4beda1d10e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 1a93255c812..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 969cfd064c8..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 9a7037d518a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index f766a109b13..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index f6da542097f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index aacfddf8c0b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 95c315134d4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 0f63a64278b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 8f729262e30..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 6e26c069104..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index d6bd78bea2f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index aa913843de3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/CalendarViewRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/CalendarViewRequestBuilder.cs index 7e6c4401734..51a59745af8 100644 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/CalendarViewRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/CalendarView/CalendarViewRequestBuilder.cs @@ -1,8 +1,6 @@ // #pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarView.Count; using Microsoft.Graph.Me.CalendarView.Delta; -using Microsoft.Graph.Me.CalendarView.Item; using Microsoft.Graph.Models.ODataErrors; using Microsoft.Graph.Models; using Microsoft.Kiota.Abstractions.Extensions; @@ -21,28 +19,11 @@ namespace Microsoft.Graph.Me.CalendarView [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class CalendarViewRequestBuilder : BaseRequestBuilder { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarView.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarView.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to call the delta method. public global::Microsoft.Graph.Me.CalendarView.Delta.DeltaRequestBuilder Delta { get => new global::Microsoft.Graph.Me.CalendarView.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the calendarView property of the microsoft.graph.user entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did", position); - return new global::Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } /// /// Instantiates a new and sets the default values. /// diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Count/CountRequestBuilder.cs deleted file mode 100644 index 5cbf4fec471..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,144 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/$count?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/$count?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 1b77084776b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index e28b2faf3db..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 6f0d9d7e0fa..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarView.Item.Attachments.Count; -using Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.CalendarView.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarView.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 19ff48feb1d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 8cacf1a47c5..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 0a23f9db189..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 7c959f5654a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 26ef6d04e5f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 34c6447311c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 40684a383e1..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index eda986f74d0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index fb8d14576fe..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 4a23bf664c7..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 8dcff730baf..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,223 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarView.Item.Accept; -using Microsoft.Graph.Me.CalendarView.Item.Attachments; -using Microsoft.Graph.Me.CalendarView.Item.Calendar; -using Microsoft.Graph.Me.CalendarView.Item.Cancel; -using Microsoft.Graph.Me.CalendarView.Item.Decline; -using Microsoft.Graph.Me.CalendarView.Item.DismissReminder; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences; -using Microsoft.Graph.Me.CalendarView.Item.Extensions; -using Microsoft.Graph.Me.CalendarView.Item.Forward; -using Microsoft.Graph.Me.CalendarView.Item.Instances; -using Microsoft.Graph.Me.CalendarView.Item.PermanentDelete; -using Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder; -using Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item -{ - /// - /// Provides operations to manage the calendarView property of the microsoft.graph.user entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.CalendarView.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarView.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarView.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.CalendarView.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.CalendarView.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarView.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.CalendarView.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar view for the calendar. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar view for the calendar. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar view for the calendar. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 793bf9784fa..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index f78756f3641..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index b44e3d29f3a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index 9bf40f3efc3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index da37d9f375e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 3e981f0d087..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 0dc6962c983..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 2560ec61c67..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 3dcc51b493b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 9f38ce3c7ec..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index bba3b308496..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 6999bf5916a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 3c66b01da3c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index be4d3c9c105..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index ddd120efdbd..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index d27c0ac547f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index df0a057218a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 7e10b3c4e57..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index b6cf0389abc..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,197 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 200cb8636e1..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 1bd3cbcaeea..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 106a241f485..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 668ac2cbb35..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 8395e47911a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index 76bd893f9f8..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index 9ad7744d98a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 1429a262fb8..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index cd037bd6a68..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index 1f2444f18ab..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 5d2734d328f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 2187d3c8a96..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index d7d42a20cdf..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 266482069f4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index a00e189a8b7..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 29db134caba..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index bfbd61fc351..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index fa23cb0e4b9..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 2fedde3e9f8..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 797b5844bcc..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 63cbc735b83..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index cab808cf204..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index b4380db098a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 7f208493d05..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,211 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 20c8c327d68..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index dff7d158bfb..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 8561ce6f770..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 4d1a84f3f41..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 450b6b01bb3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index ccbd4546a9c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 32ad92a981f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 4d50f2b075a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 3af75b11973..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index c0fad38ad70..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 74dbb8e86f4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index ea26a9a9b35..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 0d1e26c705c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 7c0e65b1301..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 370e68cd1f4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index b25546f9dbb..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 685dae20322..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarView.Item.Extensions.Count; -using Microsoft.Graph.Me.CalendarView.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarView.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 6c3d133fe9e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index a85c60cb126..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 529be26b5d6..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index e227762e811..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index e3001f07709..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 328737a98cc..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index 9df69d5b106..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index e5f480c6974..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarView.Item.Instances.Count; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Delta; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 5b4570d9170..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index bdb5216f230..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 1dfbb5bc244..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 7c494fc3c8f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index a450bb8d46e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 016a8ba476c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index c58d50c9cd2..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 8e2432e1acf..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 4981f6c2093..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 9a6d6ea866e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 80593d1bb49..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 322ba7f0e21..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 96337f13d6e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 97e2dee6630..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,217 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Calendar; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 921139d31ce..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 54a7ebd6b7e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 27b9606c7e0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index 8e036cef39f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index b4ae3d7a896..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 42a9d4351df..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 37fa2da437e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index f278736a591..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index b8ccc60730f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 2ede90fd18d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 5dd468b5d71..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index c8390916f11..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 737b993025c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index bd99f40f6b5..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 5e657a14876..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 71a6a94060c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 7234a000191..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index aab89bc6385..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 26bce9ac07e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,191 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 44a1208e5bc..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index af4a2a5bd83..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 2a5644173e9..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index a85c2f87f2a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index e9ea69acb9d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index f703704a6fe..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 4b49ee9eaa6..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 66b71619a46..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 24d25f2c237..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index f81e7ea3f46..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 90744019b27..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 3bde238463c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index c66c6581c10..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 34ce388caa6..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index a090f87a932..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index e90781dd2a1..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index ccd3f546f66..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index bba3a3bda7c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index e3d3ea87dca..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 62cf4d4b8c3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 43fb3b2bcdf..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 9ee5f8b2eb3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 1274f03f118..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 05fd45276dd..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 6c06e495a54..00000000000 --- a/src/Microsoft.Graph/Generated/Me/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendarView/{event%2Did}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/CalendarViewRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/CalendarViewRequestBuilder.cs index 2561f952d73..2b85cef38b5 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/CalendarViewRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/CalendarViewRequestBuilder.cs @@ -1,8 +1,6 @@ // #pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Count; using Microsoft.Graph.Me.Calendars.Item.CalendarView.Delta; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item; using Microsoft.Graph.Models.ODataErrors; using Microsoft.Graph.Models; using Microsoft.Kiota.Abstractions.Extensions; @@ -21,28 +19,11 @@ namespace Microsoft.Graph.Me.Calendars.Item.CalendarView [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class CalendarViewRequestBuilder : BaseRequestBuilder { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to call the delta method. public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Delta.DeltaRequestBuilder Delta { get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did", position); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } /// /// Instantiates a new and sets the default values. /// diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Count/CountRequestBuilder.cs deleted file mode 100644 index 4b3cc8ffcee..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index daa4e0925c3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 15b13e4972c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index a176bebf025..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Count; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index d6cb34b2447..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 09f67457992..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index f6ad57f1ecd..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index a1d7ca77467..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 44007bf3003..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index fce4af092b7..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index a6345b0473c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index c7f98682ed3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 1714d2d561f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 291fa65c8e3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 112344c3570..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,223 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Calendar; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.DismissReminder; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.PermanentDelete; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item -{ - /// - /// Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar view for the calendar. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar view for the calendar. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar view for the calendar. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index f37000be70c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index e4cead3ffc8..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index d00f8fad1e0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index b0a6dc10496..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index aa27ff0a060..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 029d0445654..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 8d68a312889..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 6e7043514c5..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 1975967254a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 0afea15c9e5..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index cf500326c50..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index c38b7ea778e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 71cfd549494..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 56d24ba3515..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 066e5e90064..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 45e03ce9888..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index bd4c396fa14..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index a3331fb9b59..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index aefe2f45516..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,197 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 471a5af658c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index c3efc9f5efb..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index de91c065178..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 7996bdc9e5b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index aa8bd246d08..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index 91d1d887c67..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index 17ce1014780..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index c2fbdb2def3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index 3235e56ac3b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index c5bebd8123e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 95a354855cd..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index a156d6b0d3e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 227df4cdce4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 1f05c937732..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 37f12f21bd5..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 94de775e18f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 2f5d7bb0acd..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 3932604f092..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index dad8302976f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 5811a1eea1b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index e11ad8096d5..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 11f7676841d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index c973fc4a53d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index ab7e5af95ee..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,211 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index fed255caef4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 78cabe0b70a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 9df55bc1506..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 458d9ae4a48..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 1454a54a2fc..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 7ab3ab49927..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 67d1fcf78c2..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index f884dd40b12..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 6ea742dd564..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index ca22dfedf1b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index d5d895a5d4d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 689a7de6451..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index a928b6a470f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index dc8802280c4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 17f8f939249..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 6571c194ea4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index d6271c08758..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Count; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index a0adc42a6de..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 39d87bb5b72..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index fbfe5c4fded..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index 48e38cd5281..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index d0c6e9bd9a1..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 23aa125a8ad..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index b43a5976102..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index c4b2d2351fb..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Count; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 2c0701f4fd9..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 9666d0b2d02..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 8f0f2602691..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index b1c599c6e42..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 70b78d11543..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index a1af2dea475..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 82344d8c8d0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index ae0fe6bcf07..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index dcba8704025..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index f3ad762b72b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index a25e0668fe3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 696f48ed18d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 5fb912db99f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index d4615bc1d30..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,217 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Calendar; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 3288c5756f9..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 3e5dc8cbd99..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 4cb70a4375d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index 6610c9b2ae1..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index d2f68a9581f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index cd0bb88a4a6..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 10f9427a56d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index ad63bc85300..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index b111027cc1d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index aa75cab3a90..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 8189dee3b94..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 3a3c2ec9b62..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index f514fdbd504..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 97282e708ab..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index a582b77f55b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 1852aee3318..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index aa2733f60f2..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index e17f30924a6..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 28438562da1..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,191 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 468948069d8..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index d0d591f4706..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index e61ae7bebc2..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 6228a4602fa..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 33ba54ff83f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index ca76e2ab433..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index e1e507e4af4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 135687522e3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index a6040830baa..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index e573dccb1f8..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index ff61946a549..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 819a796e41b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index fe650f3523a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index a5e4e8ae416..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 0bfd2d77933..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 1765945446a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 437802684f4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 29918946efc..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index a34faa7374d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index ed88f1d6762..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index f4375522d0d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 77fb40bc0f5..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 89b6c1af9d9..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index c7cbc1849e1..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 88a18923d77..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/calendarView/{event%2Did}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/EventItemRequestBuilder.cs index 1532cb7eaa0..dca10677c72 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/EventItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/EventItemRequestBuilder.cs @@ -6,7 +6,6 @@ using Microsoft.Graph.Me.Calendars.Item.Events.Item.Cancel; using Microsoft.Graph.Me.Calendars.Item.Events.Item.Decline; using Microsoft.Graph.Me.Calendars.Item.Events.Item.DismissReminder; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences; using Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions; using Microsoft.Graph.Me.Calendars.Item.Events.Item.Forward; using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances; @@ -61,11 +60,6 @@ public partial class EventItemRequestBuilder : BaseRequestBuilder { get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to manage the extensions property of the microsoft.graph.event entity. public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.ExtensionsRequestBuilder Extensions { diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 6e49e2f6a8c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 8088856627f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index c0aa7f5f8b1..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index 1d7bd11fd99..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index 08540fb7d6a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 22d3dcbb499..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 9faccb2b5b1..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index dc1fcc05cb5..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 159c3ab613c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 5098c233bd1..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index eebbbac473b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 108bfae3e1f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 277f0b7177b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 8a3131fe420..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 12488f12c3a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 2c91736ba71..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 82fc0464cf7..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 2aaa98f0008..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index a9a49f048b5..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,197 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index dcab628fd44..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 628d44a0d95..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 65db16b1c14..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index b555e4190c8..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 3a0ea4092f6..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index b8f8e2b1a28..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index 2ba2f4caba9..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index b887485aa57..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index 9aa1a4ccc5d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index becd58eab0e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 12a3c8d7bbc..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 5d94e43b755..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 8f1e0852dcb..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 9b3a1649a34..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 0ecffbf25d2..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index e1d9efcdde8..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index f17ce2a35f4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 4557c3c54f3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index f97c5b0fc87..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 46c8857ea60..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index e4c769f4559..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 29c803b9d18..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 28f3c8a83c4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 45b50020306..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,211 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 9049d1d6a1d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index b03f344633b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 9f645f9dd43..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 1827c450b88..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index eb56a98d8d3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index e528155e234..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 20bed8c73c0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index fa72e841ffe..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index cd81529f23d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index ace547aa799..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 88e4bf44319..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 477fafff699..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index eb128cb8fd1..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 8d4264bafce..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 9d1613c2ad5..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index 030195ab192..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/InstancesRequestBuilder.cs index edde1f37759..c69ee8243d6 100644 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/InstancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/InstancesRequestBuilder.cs @@ -1,8 +1,6 @@ // #pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Count; using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Delta; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item; using Microsoft.Graph.Models.ODataErrors; using Microsoft.Graph.Models; using Microsoft.Kiota.Abstractions.Extensions; @@ -21,28 +19,11 @@ namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class InstancesRequestBuilder : BaseRequestBuilder { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to call the delta method. public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Delta.DeltaRequestBuilder Delta { get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } /// /// Instantiates a new and sets the default values. /// diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 0350e9876b6..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 8b620b880bf..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index a2721a11b0e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index a7e214d8385..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 7a7467da9b2..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 1fdda1b0aad..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 47a753d4291..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index c6ab6f6ad77..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 9a15a5519d6..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 683b15f17fb..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index e0d209af642..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index e933b6304ec..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index aa0ee7c9dfb..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 8a7a66b6346..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,217 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Calendar; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 2be4b07bc8e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 95af6d1f76f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 9993eb0ec1b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index e338d130bef..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index 1e44230c807..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 151ca8ec951..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 605e6a3ffd0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 2acf9b0b763..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index e4b8bb615be..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 888eccb806a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 1fdae39895f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index d0a7b8d2085..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index ab33716e1da..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 11e5b5e7c59..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 4826bb9bd2d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index ed0ae20f383..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index cb2bb28ba19..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 2a6708c70d2..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 40880b3a183..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,191 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 11062abf0d5..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index a31d38a3859..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index b7b869007c9..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 3b3c24c89ef..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 93ca5f08f7b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index d63f7e33671..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index af7298a9387..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 2b5870c16ad..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index bb71ebf736b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index f9b8758f213..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 13e4fed78b0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 58936a4a7fd..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 7cb974ec4f2..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index f769c7b35d8..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 5922e2371bb..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 33a23d3f8d4..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index a8434b2327f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index a06150db015..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index e738df467c3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index c85a8a1c860..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Attachments/AttachmentsRequestBuilder.cs index 4c179f68758..fb8624e069a 100644 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Events/Item/Attachments/AttachmentsRequestBuilder.cs @@ -84,8 +84,8 @@ public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. - /// Find more info here + /// Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. + /// Find more info here /// /// A /// The request body @@ -129,7 +129,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. + /// Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/EventItemRequestBuilder.cs index da0bd2f7e7f..757c2e4e475 100644 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/EventItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Events/Item/EventItemRequestBuilder.cs @@ -6,7 +6,6 @@ using Microsoft.Graph.Me.Events.Item.Cancel; using Microsoft.Graph.Me.Events.Item.Decline; using Microsoft.Graph.Me.Events.Item.DismissReminder; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences; using Microsoft.Graph.Me.Events.Item.Extensions; using Microsoft.Graph.Me.Events.Item.Forward; using Microsoft.Graph.Me.Events.Item.Instances; @@ -61,11 +60,6 @@ public partial class EventItemRequestBuilder : BaseRequestBuilder { get => new global::Microsoft.Graph.Me.Events.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to manage the extensions property of the microsoft.graph.event entity. public global::Microsoft.Graph.Me.Events.Item.Extensions.ExtensionsRequestBuilder Extensions { diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 4154210fba0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index bd976d97c97..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index c4169a17b7c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index 35f8bd04b02..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index f73bb02bf2d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index e88454eb49f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 8307d65ca05..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 90fbd6c4c3b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index eb1fa4bd372..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index bbe606d58c0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 3d0ff8e7642..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index fabfdfc29aa..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 07ecb7ab418..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 2b568a7f06f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 0e311f47d4a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 5ed518e3bb2..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 7217a9358d0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 987d3b6fd53..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index d8641bedccf..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,197 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 3c8183c5178..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 56dd763ba54..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 202b36cf379..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 3d68918ac78..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 89d63cf5137..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index 38370ff4513..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index 1b67e9d7907..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 43f33c7f4a8..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index 63978d06b64..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index d00a558a467..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Count; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index d1589ef3d37..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 197c0ae4fec..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 9ce540f36b0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index b9b0db1bcaf..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 4a77c31e1dc..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 6031dbbf4df..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index faf8a3734fe..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index b8cc58884e0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index a6abe68c86a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index f82779b597b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 6ff116dcdca..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 07f36398861..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 7c2efea3df3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index b7f63745ad5..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,211 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 40452428042..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index d552a18a68e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index cc662ddd356..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 9d066e731db..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index a08e8ba4f2d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 6e6b03bf89d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 3fd9919dd79..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 2bdf4bf3bb2..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 455060f78df..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 291240e1271..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 14e1a358295..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 206a3b9b75d..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index c7aaca6289a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 9239781c123..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 2e42b8e8664..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index 69674a6b8f8..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,144 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/$count?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/$count?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/InstancesRequestBuilder.cs index f8aaa7dfc0d..5fd972eabb9 100644 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/InstancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/InstancesRequestBuilder.cs @@ -1,8 +1,6 @@ // #pragma warning disable CS0618 -using Microsoft.Graph.Me.Events.Item.Instances.Count; using Microsoft.Graph.Me.Events.Item.Instances.Delta; -using Microsoft.Graph.Me.Events.Item.Instances.Item; using Microsoft.Graph.Models.ODataErrors; using Microsoft.Graph.Models; using Microsoft.Kiota.Abstractions.Extensions; @@ -21,28 +19,11 @@ namespace Microsoft.Graph.Me.Events.Item.Instances [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class InstancesRequestBuilder : BaseRequestBuilder { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Events.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to call the delta method. public global::Microsoft.Graph.Me.Events.Item.Instances.Delta.DeltaRequestBuilder Delta { get => new global::Microsoft.Graph.Me.Events.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } /// /// Instantiates a new and sets the default values. /// diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 84654d35511..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index f0da3ee57f0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index f9ffd785b51..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 4cbbe38325c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 09707036378..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 6e3a247ce38..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index ef141d3393c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 12dbd97e381..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index d17c2b911c8..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 87e51a32e7f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 89c994bf8f0..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index b7bffc9b27f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 8cbdf0dfe15..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index e549efd6c7a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,217 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Events.Item.Instances.Item.Accept; -using Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments; -using Microsoft.Graph.Me.Events.Item.Instances.Item.Calendar; -using Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel; -using Microsoft.Graph.Me.Events.Item.Instances.Item.Decline; -using Microsoft.Graph.Me.Events.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences; -using Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions; -using Microsoft.Graph.Me.Events.Item.Instances.Item.Forward; -using Microsoft.Graph.Me.Events.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index b75908aa197..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 96c0502826b..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 23848d743da..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index dbc92b53ed3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index a5be54479a3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index b34f70863fb..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 6cfdbf31d17..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 5a77d845aac..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 4678c5faf12..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index f495182321f..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index f00e828af95..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 0bf24e5e789..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index df5ff75aee5..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index f052c778630..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index a83e535661a..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 2880a21b437..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 3951b6a00b3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index c476def8cd3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index ba693984fb6..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,191 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index a42d51135a6..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 42d14cd6902..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index ce18461c0cb..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 09feb70d865..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 9b75abef3c3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index e1ed95834ec..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 4f6d65bfbd1..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index f1682535ca3..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index d13e6c4fc43..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 5d598670b45..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 7e90ef62c26..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 665e3f2fbcd..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Item; -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index ef9c6d9403c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for me - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for me - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in me - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index a0daf066050..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index a8c5cb15a5e..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index acb2c7b4c8c..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 248decc3705..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 7a06a3b7c30..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index e457b7003ae..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index a5621548871..00000000000 --- a/src/Microsoft.Graph/Generated/Me/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/me/events/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/ChildFoldersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/ChildFoldersRequestBuilder.cs index 219fd552cee..e76565a8a5e 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/ChildFoldersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/ChildFolders/ChildFoldersRequestBuilder.cs @@ -84,8 +84,8 @@ public ChildFoldersRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.MailFolderCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create a new mailSearchFolder in the specified user's mailbox. - /// Find more info here + /// Use this API to create a new child mailFolder. If you intend a new folder to be hidden, you must set the isHidden property to true on creation. + /// Find more info here /// /// A /// The request body @@ -129,7 +129,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new mailSearchFolder in the specified user's mailbox. + /// Use this API to create a new child mailFolder. If you intend a new folder to be hidden, you must set the isHidden property to true on creation. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/MailFolderItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/MailFolderItemRequestBuilder.cs index fa2b5425f69..dbdc35087d6 100644 --- a/src/Microsoft.Graph/Generated/Me/MailFolders/Item/MailFolderItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/MailFolders/Item/MailFolderItemRequestBuilder.cs @@ -118,8 +118,8 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.MailFolder.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Update the properties of mailfolder object. - /// Find more info here + /// Update the writable properties of a mailSearchFolder object. + /// Find more info here /// /// A /// The request body @@ -182,7 +182,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of mailfolder object. + /// Update the writable properties of a mailSearchFolder object. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Me/Messages/Item/MessageItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/Item/MessageItemRequestBuilder.cs index 85e53a958e8..3b0fe889731 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/Item/MessageItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/Item/MessageItemRequestBuilder.cs @@ -136,8 +136,8 @@ public async Task DeleteAsync(Action - /// You can get a single resource instance expanded with a specific extended property, or a collection of resource instancesthat include extended properties matching a filter. Using the query parameter $expand allows you to get the specified resource instance expanded with a specific extendedproperty. Use a $filter and eq operator on the id property to specify the extended property. This is currently the only way to get the singleValueLegacyExtendedProperty object that represents an extended property. To get resource instances that have certain extended properties, use the $filter query parameter and apply an eq operatoron the id property. In addition, for numeric extended properties, apply one of the following operators on the value property:eq, ne,ge, gt, le, or lt. For string-typed extended properties, apply a contains, startswith, eq, or ne operator on value. The filter is applied to all instances of the resource in the signed-in user's mailbox. Filtering the string name (Name) in the id of an extended property is case-sensitive. Filtering the value property of an extendedproperty is case-insensitive. The following user resources are supported: As well as the following group resources: See Extended properties overview for more information about when to useopen extensions or extended properties, and how to specify extended properties. - /// Find more info here + /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -205,7 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// You can get a single resource instance expanded with a specific extended property, or a collection of resource instancesthat include extended properties matching a filter. Using the query parameter $expand allows you to get the specified resource instance expanded with a specific extendedproperty. Use a $filter and eq operator on the id property to specify the extended property. This is currently the only way to get the singleValueLegacyExtendedProperty object that represents an extended property. To get resource instances that have certain extended properties, use the $filter query parameter and apply an eq operatoron the id property. In addition, for numeric extended properties, apply one of the following operators on the value property:eq, ne,ge, gt, le, or lt. For string-typed extended properties, apply a contains, startswith, eq, or ne operator on value. The filter is applied to all instances of the resource in the signed-in user's mailbox. Filtering the string name (Name) in the id of an extended property is case-sensitive. Filtering the value property of an extendedproperty is case-insensitive. The following user resources are supported: As well as the following group resources: See Extended properties overview for more information about when to useopen extensions or extended properties, and how to specify extended properties. + /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -263,7 +263,7 @@ public partial class MessageItemRequestBuilderDeleteRequestConfiguration : Reque { } /// - /// You can get a single resource instance expanded with a specific extended property, or a collection of resource instancesthat include extended properties matching a filter. Using the query parameter $expand allows you to get the specified resource instance expanded with a specific extendedproperty. Use a $filter and eq operator on the id property to specify the extended property. This is currently the only way to get the singleValueLegacyExtendedProperty object that represents an extended property. To get resource instances that have certain extended properties, use the $filter query parameter and apply an eq operatoron the id property. In addition, for numeric extended properties, apply one of the following operators on the value property:eq, ne,ge, gt, le, or lt. For string-typed extended properties, apply a contains, startswith, eq, or ne operator on value. The filter is applied to all instances of the resource in the signed-in user's mailbox. Filtering the string name (Name) in the id of an extended property is case-sensitive. Filtering the value property of an extendedproperty is case-insensitive. The following user resources are supported: As well as the following group resources: See Extended properties overview for more information about when to useopen extensions or extended properties, and how to specify extended properties. + /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class MessageItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Me/Messages/MessagesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Me/Messages/MessagesRequestBuilder.cs index d065a97ed73..3d72eea4ea1 100644 --- a/src/Microsoft.Graph/Generated/Me/Messages/MessagesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Me/Messages/MessagesRequestBuilder.cs @@ -84,8 +84,8 @@ public MessagesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : b return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.MessageCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// 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. - /// Find more info here + /// Create a draft of a new message in either JSON or MIME format. When using JSON format, you can:- Include an attachment to the message.- Update the draft later to add content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- /* Add any attachments and S/MIME properties to the MIME content. By default, this operation saves the draft in the Drafts folder. Send the draft message in a subsequent operation. Alternatively, send a new message in a single operation, or create a draft to forward, reply and reply-all to an existing message. + /// Find more info here /// /// A /// The request body @@ -129,7 +129,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. + /// Create a draft of a new message in either JSON or MIME format. When using JSON format, you can:- Include an attachment to the message.- Update the draft later to add content to the body or change other message properties. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.- /* Add any attachments and S/MIME properties to the MIME content. By default, this operation saves the draft in the Drafts folder. Send the draft message in a subsequent operation. Alternatively, send a new message in a single operation, or create a draft to forward, reply and reply-all to an existing message. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Models/Security/AdditionalDataOptions.cs b/src/Microsoft.Graph/Generated/Models/Security/AdditionalDataOptions.cs index 431efaeb6c1..e17b77769e4 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/AdditionalDataOptions.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/AdditionalDataOptions.cs @@ -21,5 +21,29 @@ public enum AdditionalDataOptions #pragma warning disable CS1591 UnknownFutureValue = 4, #pragma warning restore CS1591 + [EnumMember(Value = "advancedIndexing")] + #pragma warning disable CS1591 + AdvancedIndexing = 8, + #pragma warning restore CS1591 + [EnumMember(Value = "listAttachments")] + #pragma warning disable CS1591 + ListAttachments = 16, + #pragma warning restore CS1591 + [EnumMember(Value = "htmlTranscripts")] + #pragma warning disable CS1591 + HtmlTranscripts = 32, + #pragma warning restore CS1591 + [EnumMember(Value = "messageConversationExpansion")] + #pragma warning disable CS1591 + MessageConversationExpansion = 64, + #pragma warning restore CS1591 + [EnumMember(Value = "locationsWithoutHits")] + #pragma warning disable CS1591 + LocationsWithoutHits = 128, + #pragma warning restore CS1591 + [EnumMember(Value = "allItemsInFolder")] + #pragma warning disable CS1591 + AllItemsInFolder = 256, + #pragma warning restore CS1591 } } diff --git a/src/Microsoft.Graph/Generated/Models/Security/AdditionalOptions.cs b/src/Microsoft.Graph/Generated/Models/Security/AdditionalOptions.cs index 1ea163feba5..88b060e171a 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/AdditionalOptions.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/AdditionalOptions.cs @@ -37,5 +37,37 @@ public enum AdditionalOptions #pragma warning disable CS1591 UnknownFutureValue = 64, #pragma warning restore CS1591 + [EnumMember(Value = "htmlTranscripts")] + #pragma warning disable CS1591 + HtmlTranscripts = 128, + #pragma warning restore CS1591 + [EnumMember(Value = "advancedIndexing")] + #pragma warning disable CS1591 + AdvancedIndexing = 256, + #pragma warning restore CS1591 + [EnumMember(Value = "allItemsInFolder")] + #pragma warning disable CS1591 + AllItemsInFolder = 512, + #pragma warning restore CS1591 + [EnumMember(Value = "includeFolderAndPath")] + #pragma warning disable CS1591 + IncludeFolderAndPath = 1024, + #pragma warning restore CS1591 + [EnumMember(Value = "condensePaths")] + #pragma warning disable CS1591 + CondensePaths = 2048, + #pragma warning restore CS1591 + [EnumMember(Value = "friendlyName")] + #pragma warning disable CS1591 + FriendlyName = 4096, + #pragma warning restore CS1591 + [EnumMember(Value = "splitSource")] + #pragma warning disable CS1591 + SplitSource = 8192, + #pragma warning restore CS1591 + [EnumMember(Value = "includeReport")] + #pragma warning disable CS1591 + IncludeReport = 16384, + #pragma warning restore CS1591 } } diff --git a/src/Microsoft.Graph/Generated/Models/Security/CloudAttachmentVersion.cs b/src/Microsoft.Graph/Generated/Models/Security/CloudAttachmentVersion.cs new file mode 100644 index 00000000000..82406826bc2 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/CloudAttachmentVersion.cs @@ -0,0 +1,32 @@ +// +using System.Runtime.Serialization; +using System; +namespace Microsoft.Graph.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public enum CloudAttachmentVersion + #pragma warning restore CS1591 + { + [EnumMember(Value = "latest")] + #pragma warning disable CS1591 + Latest, + #pragma warning restore CS1591 + [EnumMember(Value = "recent10")] + #pragma warning disable CS1591 + Recent10, + #pragma warning restore CS1591 + [EnumMember(Value = "recent100")] + #pragma warning disable CS1591 + Recent100, + #pragma warning restore CS1591 + [EnumMember(Value = "all")] + #pragma warning disable CS1591 + All, + #pragma warning restore CS1591 + [EnumMember(Value = "unknownFutureValue")] + #pragma warning disable CS1591 + UnknownFutureValue, + #pragma warning restore CS1591 + } +} diff --git a/src/Microsoft.Graph/Generated/Models/Security/DataSet.cs b/src/Microsoft.Graph/Generated/Models/Security/DataSet.cs index 9ca12919f9e..d960a39b910 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/DataSet.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/DataSet.cs @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Models.Security public partial class DataSet : global::Microsoft.Graph.Models.Entity, IParsable #pragma warning restore CS1591 { - /// The createdBy property + /// The user who created the data set. Read-only. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public global::Microsoft.Graph.Models.IdentitySet? CreatedBy @@ -28,13 +28,13 @@ public partial class DataSet : global::Microsoft.Graph.Models.Entity, IParsable set { BackingStore?.Set("createdBy", value); } } #endif - /// The createdDateTime property + /// The date and time when the review set was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. public DateTimeOffset? CreatedDateTime { get { return BackingStore?.Get("createdDateTime"); } set { BackingStore?.Set("createdDateTime", value); } } - /// The description property + /// The description of the data set. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? Description @@ -50,7 +50,7 @@ public string Description set { BackingStore?.Set("description", value); } } #endif - /// The displayName property + /// The name of the data set. The name is unique with a maximum limit of 64 characters. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? DisplayName diff --git a/src/Microsoft.Graph/Generated/Models/Security/DocumentVersion.cs b/src/Microsoft.Graph/Generated/Models/Security/DocumentVersion.cs new file mode 100644 index 00000000000..1517c223f12 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/DocumentVersion.cs @@ -0,0 +1,32 @@ +// +using System.Runtime.Serialization; +using System; +namespace Microsoft.Graph.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + #pragma warning disable CS1591 + public enum DocumentVersion + #pragma warning restore CS1591 + { + [EnumMember(Value = "latest")] + #pragma warning disable CS1591 + Latest, + #pragma warning restore CS1591 + [EnumMember(Value = "recent10")] + #pragma warning disable CS1591 + Recent10, + #pragma warning restore CS1591 + [EnumMember(Value = "recent100")] + #pragma warning disable CS1591 + Recent100, + #pragma warning restore CS1591 + [EnumMember(Value = "all")] + #pragma warning disable CS1591 + All, + #pragma warning restore CS1591 + [EnumMember(Value = "unknownFutureValue")] + #pragma warning disable CS1591 + UnknownFutureValue, + #pragma warning restore CS1591 + } +} diff --git a/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryAddToReviewSetOperation.cs b/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryAddToReviewSetOperation.cs index 56ff19ca5d6..ec20e2f0629 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryAddToReviewSetOperation.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryAddToReviewSetOperation.cs @@ -12,6 +12,30 @@ namespace Microsoft.Graph.Models.Security public partial class EdiscoveryAddToReviewSetOperation : global::Microsoft.Graph.Models.Security.CaseOperation, IParsable #pragma warning restore CS1591 { + /// The additionalDataOptions property + public global::Microsoft.Graph.Models.Security.AdditionalDataOptions? AdditionalDataOptions + { + get { return BackingStore?.Get("additionalDataOptions"); } + set { BackingStore?.Set("additionalDataOptions", value); } + } + /// The cloudAttachmentVersion property + public global::Microsoft.Graph.Models.Security.CloudAttachmentVersion? CloudAttachmentVersion + { + get { return BackingStore?.Get("cloudAttachmentVersion"); } + set { BackingStore?.Set("cloudAttachmentVersion", value); } + } + /// The documentVersion property + public global::Microsoft.Graph.Models.Security.DocumentVersion? DocumentVersion + { + get { return BackingStore?.Get("documentVersion"); } + set { BackingStore?.Set("documentVersion", value); } + } + /// The itemsToInclude property + public global::Microsoft.Graph.Models.Security.ItemsToInclude? ItemsToInclude + { + get { return BackingStore?.Get("itemsToInclude"); } + set { BackingStore?.Set("itemsToInclude", value); } + } /// eDiscovery review set to which items matching source collection query gets added. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -62,6 +86,10 @@ public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { + { "additionalDataOptions", n => { AdditionalDataOptions = n.GetEnumValue(); } }, + { "cloudAttachmentVersion", n => { CloudAttachmentVersion = n.GetEnumValue(); } }, + { "documentVersion", n => { DocumentVersion = n.GetEnumValue(); } }, + { "itemsToInclude", n => { ItemsToInclude = n.GetEnumValue(); } }, { "reviewSet", n => { ReviewSet = n.GetObjectValue(global::Microsoft.Graph.Models.Security.EdiscoveryReviewSet.CreateFromDiscriminatorValue); } }, { "search", n => { Search = n.GetObjectValue(global::Microsoft.Graph.Models.Security.EdiscoverySearch.CreateFromDiscriminatorValue); } }, }; @@ -74,6 +102,10 @@ public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); + writer.WriteEnumValue("additionalDataOptions", AdditionalDataOptions); + writer.WriteEnumValue("cloudAttachmentVersion", CloudAttachmentVersion); + writer.WriteEnumValue("documentVersion", DocumentVersion); + writer.WriteEnumValue("itemsToInclude", ItemsToInclude); writer.WriteObjectValue("reviewSet", ReviewSet); writer.WriteObjectValue("search", Search); } diff --git a/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryEstimateOperation.cs b/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryEstimateOperation.cs index 537f07607af..97f4a638ece 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryEstimateOperation.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/EdiscoveryEstimateOperation.cs @@ -52,6 +52,12 @@ public int? SiteCount get { return BackingStore?.Get("siteCount"); } set { BackingStore?.Set("siteCount", value); } } + /// The statisticsOptions property + public global::Microsoft.Graph.Models.Security.StatisticsOptions? StatisticsOptions + { + get { return BackingStore?.Get("statisticsOptions"); } + set { BackingStore?.Set("statisticsOptions", value); } + } /// The estimated count of unindexed items for the collection. public long? UnindexedItemCount { @@ -87,6 +93,7 @@ public override IDictionary> GetFieldDeserializers() { "mailboxCount", n => { MailboxCount = n.GetIntValue(); } }, { "search", n => { Search = n.GetObjectValue(global::Microsoft.Graph.Models.Security.EdiscoverySearch.CreateFromDiscriminatorValue); } }, { "siteCount", n => { SiteCount = n.GetIntValue(); } }, + { "statisticsOptions", n => { StatisticsOptions = n.GetEnumValue(); } }, { "unindexedItemCount", n => { UnindexedItemCount = n.GetLongValue(); } }, { "unindexedItemsSize", n => { UnindexedItemsSize = n.GetLongValue(); } }, }; @@ -104,6 +111,7 @@ public override void Serialize(ISerializationWriter writer) writer.WriteIntValue("mailboxCount", MailboxCount); writer.WriteObjectValue("search", Search); writer.WriteIntValue("siteCount", SiteCount); + writer.WriteEnumValue("statisticsOptions", StatisticsOptions); writer.WriteLongValue("unindexedItemCount", UnindexedItemCount); writer.WriteLongValue("unindexedItemsSize", UnindexedItemsSize); } diff --git a/src/Microsoft.Graph/Generated/Models/Security/EdiscoverySearchExportOperation.cs b/src/Microsoft.Graph/Generated/Models/Security/EdiscoverySearchExportOperation.cs index 91ad8a19602..d08d45ec546 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/EdiscoverySearchExportOperation.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/EdiscoverySearchExportOperation.cs @@ -18,6 +18,12 @@ public partial class EdiscoverySearchExportOperation : global::Microsoft.Graph.M get { return BackingStore?.Get("additionalOptions"); } set { BackingStore?.Set("additionalOptions", value); } } + /// The cloudAttachmentVersion property + public global::Microsoft.Graph.Models.Security.CloudAttachmentVersion? CloudAttachmentVersion + { + get { return BackingStore?.Get("cloudAttachmentVersion"); } + set { BackingStore?.Set("cloudAttachmentVersion", value); } + } /// The description of the export by the user. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -50,6 +56,12 @@ public string DisplayName set { BackingStore?.Set("displayName", value); } } #endif + /// The documentVersion property + public global::Microsoft.Graph.Models.Security.DocumentVersion? DocumentVersion + { + get { return BackingStore?.Get("documentVersion"); } + set { BackingStore?.Set("documentVersion", value); } + } /// Items to be included in the export. The possible values are: searchHits, partiallyIndexed, unknownFutureValue. public global::Microsoft.Graph.Models.Security.ExportCriteria? ExportCriteria { @@ -125,8 +137,10 @@ public override IDictionary> GetFieldDeserializers() return new Dictionary>(base.GetFieldDeserializers()) { { "additionalOptions", n => { AdditionalOptions = n.GetEnumValue(); } }, + { "cloudAttachmentVersion", n => { CloudAttachmentVersion = n.GetEnumValue(); } }, { "description", n => { Description = n.GetStringValue(); } }, { "displayName", n => { DisplayName = n.GetStringValue(); } }, + { "documentVersion", n => { DocumentVersion = n.GetEnumValue(); } }, { "exportCriteria", n => { ExportCriteria = n.GetEnumValue(); } }, { "exportFileMetadata", n => { ExportFileMetadata = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Security.ExportFileMetadata.CreateFromDiscriminatorValue)?.AsList(); } }, { "exportFormat", n => { ExportFormat = n.GetEnumValue(); } }, @@ -144,8 +158,10 @@ public override void Serialize(ISerializationWriter writer) _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); writer.WriteEnumValue("additionalOptions", AdditionalOptions); + writer.WriteEnumValue("cloudAttachmentVersion", CloudAttachmentVersion); writer.WriteStringValue("description", Description); writer.WriteStringValue("displayName", DisplayName); + writer.WriteEnumValue("documentVersion", DocumentVersion); writer.WriteEnumValue("exportCriteria", ExportCriteria); writer.WriteCollectionOfObjectValues("exportFileMetadata", ExportFileMetadata); writer.WriteEnumValue("exportFormat", ExportFormat); diff --git a/src/Microsoft.Graph/Generated/Models/Security/ExportFileStructure.cs b/src/Microsoft.Graph/Generated/Models/Security/ExportFileStructure.cs index e6d34467ae8..626653291f6 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/ExportFileStructure.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/ExportFileStructure.cs @@ -24,5 +24,9 @@ public enum ExportFileStructure #pragma warning disable CS1591 UnknownFutureValue, #pragma warning restore CS1591 + [EnumMember(Value = "msg")] + #pragma warning disable CS1591 + Msg, + #pragma warning restore CS1591 } } diff --git a/src/Microsoft.Graph/Generated/Models/Security/ExportOptions.cs b/src/Microsoft.Graph/Generated/Models/Security/ExportOptions.cs index 402f4359159..c7d561548b0 100644 --- a/src/Microsoft.Graph/Generated/Models/Security/ExportOptions.cs +++ b/src/Microsoft.Graph/Generated/Models/Security/ExportOptions.cs @@ -29,5 +29,21 @@ public enum ExportOptions #pragma warning disable CS1591 UnknownFutureValue = 16, #pragma warning restore CS1591 + [EnumMember(Value = "splitSource")] + #pragma warning disable CS1591 + SplitSource = 32, + #pragma warning restore CS1591 + [EnumMember(Value = "includeFolderAndPath")] + #pragma warning disable CS1591 + IncludeFolderAndPath = 64, + #pragma warning restore CS1591 + [EnumMember(Value = "friendlyName")] + #pragma warning disable CS1591 + FriendlyName = 128, + #pragma warning restore CS1591 + [EnumMember(Value = "condensePaths")] + #pragma warning disable CS1591 + CondensePaths = 256, + #pragma warning restore CS1591 } } diff --git a/src/Microsoft.Graph/Generated/Models/Security/ItemsToInclude.cs b/src/Microsoft.Graph/Generated/Models/Security/ItemsToInclude.cs new file mode 100644 index 00000000000..fd41819def5 --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/ItemsToInclude.cs @@ -0,0 +1,25 @@ +// +using System.Runtime.Serialization; +using System; +namespace Microsoft.Graph.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + [Flags] + #pragma warning disable CS1591 + public enum ItemsToInclude + #pragma warning restore CS1591 + { + [EnumMember(Value = "searchHits")] + #pragma warning disable CS1591 + SearchHits = 1, + #pragma warning restore CS1591 + [EnumMember(Value = "partiallyIndexed")] + #pragma warning disable CS1591 + PartiallyIndexed = 2, + #pragma warning restore CS1591 + [EnumMember(Value = "unknownFutureValue")] + #pragma warning disable CS1591 + UnknownFutureValue = 4, + #pragma warning restore CS1591 + } +} diff --git a/src/Microsoft.Graph/Generated/Models/Security/StatisticsOptions.cs b/src/Microsoft.Graph/Generated/Models/Security/StatisticsOptions.cs new file mode 100644 index 00000000000..e461130e17c --- /dev/null +++ b/src/Microsoft.Graph/Generated/Models/Security/StatisticsOptions.cs @@ -0,0 +1,37 @@ +// +using System.Runtime.Serialization; +using System; +namespace Microsoft.Graph.Models.Security +{ + [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] + [Flags] + #pragma warning disable CS1591 + public enum StatisticsOptions + #pragma warning restore CS1591 + { + [EnumMember(Value = "includeRefiners")] + #pragma warning disable CS1591 + IncludeRefiners = 1, + #pragma warning restore CS1591 + [EnumMember(Value = "includeQueryStats")] + #pragma warning disable CS1591 + IncludeQueryStats = 2, + #pragma warning restore CS1591 + [EnumMember(Value = "includeUnindexedStats")] + #pragma warning disable CS1591 + IncludeUnindexedStats = 4, + #pragma warning restore CS1591 + [EnumMember(Value = "advancedIndexing")] + #pragma warning disable CS1591 + AdvancedIndexing = 8, + #pragma warning restore CS1591 + [EnumMember(Value = "locationsWithoutHits")] + #pragma warning disable CS1591 + LocationsWithoutHits = 16, + #pragma warning restore CS1591 + [EnumMember(Value = "unknownFutureValue")] + #pragma warning disable CS1591 + UnknownFutureValue = 32, + #pragma warning restore CS1591 + } +} diff --git a/src/Microsoft.Graph/Generated/Models/Subscription.cs b/src/Microsoft.Graph/Generated/Models/Subscription.cs index 33fa638640e..0637c8548b1 100644 --- a/src/Microsoft.Graph/Generated/Models/Subscription.cs +++ b/src/Microsoft.Graph/Generated/Models/Subscription.cs @@ -108,7 +108,7 @@ public string EncryptionCertificateId set { BackingStore?.Set("encryptionCertificateId", value); } } #endif - /// Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. For the maximum supported subscription length of time, see Subscription lifetime. + /// Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. Any value under 45 minutes after the time of the request is automatically set to 45 minutes after the request time. For the maximum supported subscription length of time, see Subscription lifetime. public DateTimeOffset? ExpirationDateTime { get { return BackingStore?.Get("expirationDateTime"); } diff --git a/src/Microsoft.Graph/Generated/Models/WorkbookWorksheetProtectionOptions.cs b/src/Microsoft.Graph/Generated/Models/WorkbookWorksheetProtectionOptions.cs index bacc8a665b4..65d4e208915 100644 --- a/src/Microsoft.Graph/Generated/Models/WorkbookWorksheetProtectionOptions.cs +++ b/src/Microsoft.Graph/Generated/Models/WorkbookWorksheetProtectionOptions.cs @@ -19,67 +19,67 @@ public IDictionary AdditionalData get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } set { BackingStore.Set("AdditionalData", value); } } - /// Represents the worksheet protection option of allowing using auto filter feature. + /// Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. public bool? AllowAutoFilter { get { return BackingStore?.Get("allowAutoFilter"); } set { BackingStore?.Set("allowAutoFilter", value); } } - /// Represents the worksheet protection option of allowing deleting columns. + /// Indicates whether the worksheet protection option to allow deleting columns is enabled. public bool? AllowDeleteColumns { get { return BackingStore?.Get("allowDeleteColumns"); } set { BackingStore?.Set("allowDeleteColumns", value); } } - /// Represents the worksheet protection option of allowing deleting rows. + /// Indicates whether the worksheet protection option to allow deleting rows is enabled. public bool? AllowDeleteRows { get { return BackingStore?.Get("allowDeleteRows"); } set { BackingStore?.Set("allowDeleteRows", value); } } - /// Represents the worksheet protection option of allowing formatting cells. + /// Indicates whether the worksheet protection option to allow formatting cells is enabled. public bool? AllowFormatCells { get { return BackingStore?.Get("allowFormatCells"); } set { BackingStore?.Set("allowFormatCells", value); } } - /// Represents the worksheet protection option of allowing formatting columns. + /// Indicates whether the worksheet protection option to allow formatting columns is enabled. public bool? AllowFormatColumns { get { return BackingStore?.Get("allowFormatColumns"); } set { BackingStore?.Set("allowFormatColumns", value); } } - /// Represents the worksheet protection option of allowing formatting rows. + /// Indicates whether the worksheet protection option to allow formatting rows is enabled. public bool? AllowFormatRows { get { return BackingStore?.Get("allowFormatRows"); } set { BackingStore?.Set("allowFormatRows", value); } } - /// Represents the worksheet protection option of allowing inserting columns. + /// Indicates whether the worksheet protection option to allow inserting columns is enabled. public bool? AllowInsertColumns { get { return BackingStore?.Get("allowInsertColumns"); } set { BackingStore?.Set("allowInsertColumns", value); } } - /// Represents the worksheet protection option of allowing inserting hyperlinks. + /// Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. public bool? AllowInsertHyperlinks { get { return BackingStore?.Get("allowInsertHyperlinks"); } set { BackingStore?.Set("allowInsertHyperlinks", value); } } - /// Represents the worksheet protection option of allowing inserting rows. + /// Indicates whether the worksheet protection option to allow inserting rows is enabled. public bool? AllowInsertRows { get { return BackingStore?.Get("allowInsertRows"); } set { BackingStore?.Set("allowInsertRows", value); } } - /// Represents the worksheet protection option of allowing using pivot table feature. + /// Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. public bool? AllowPivotTables { get { return BackingStore?.Get("allowPivotTables"); } set { BackingStore?.Set("allowPivotTables", value); } } - /// Represents the worksheet protection option of allowing using sort feature. + /// Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. public bool? AllowSort { get { return BackingStore?.Get("allowSort"); } diff --git a/src/Microsoft.Graph/Generated/Organization/OrganizationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Organization/OrganizationRequestBuilder.cs index f902904958c..cc8a37c53f4 100644 --- a/src/Microsoft.Graph/Generated/Organization/OrganizationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Organization/OrganizationRequestBuilder.cs @@ -78,8 +78,8 @@ public OrganizationRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) { } /// - /// List properties and relationships of the organization objects. - /// Find more info here + /// Retrieve a list of organization objects. There's only one organization object in the collection. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -127,7 +127,7 @@ public OrganizationRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Organization.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// List properties and relationships of the organization objects. + /// Retrieve a list of organization objects. There's only one organization object in the collection. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -177,7 +177,7 @@ public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Model return new global::Microsoft.Graph.Organization.OrganizationRequestBuilder(rawUrl, RequestAdapter); } /// - /// List properties and relationships of the organization objects. + /// Retrieve a list of organization objects. There's only one organization object in the collection. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class OrganizationRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/IdentitySynchronization/IdentitySynchronizationRequestBuilder.cs b/src/Microsoft.Graph/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/IdentitySynchronization/IdentitySynchronizationRequestBuilder.cs index c6983af56ed..2c95bdf9416 100644 --- a/src/Microsoft.Graph/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/IdentitySynchronization/IdentitySynchronizationRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Policies/CrossTenantAccessPolicy/Partners/Item/IdentitySynchronization/IdentitySynchronizationRequestBuilder.cs @@ -82,8 +82,8 @@ public async Task DeleteAsync(Action(requestInfo, global::Microsoft.Graph.Models.CrossTenantIdentitySyncPolicyPartner.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create a cross-tenant user synchronization policy for a partner-specific configuration. - /// Find more info here + /// Update the user synchronization policy of a partner-specific configuration. + /// Find more info here /// /// A /// The request body @@ -146,7 +146,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a cross-tenant user synchronization policy for a partner-specific configuration. + /// Update the user synchronization policy of a partner-specific configuration. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityAddToReviewSet/AddToReviewSetPostRequestBody.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityAddToReviewSet/AddToReviewSetPostRequestBody.cs index 4a519247aa2..731b78bf758 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityAddToReviewSet/AddToReviewSetPostRequestBody.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityAddToReviewSet/AddToReviewSetPostRequestBody.cs @@ -28,6 +28,24 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } + /// The cloudAttachmentVersion property + public global::Microsoft.Graph.Models.Security.CloudAttachmentVersion? CloudAttachmentVersion + { + get { return BackingStore?.Get("cloudAttachmentVersion"); } + set { BackingStore?.Set("cloudAttachmentVersion", value); } + } + /// The documentVersion property + public global::Microsoft.Graph.Models.Security.DocumentVersion? DocumentVersion + { + get { return BackingStore?.Get("documentVersion"); } + set { BackingStore?.Set("documentVersion", value); } + } + /// The itemsToInclude property + public global::Microsoft.Graph.Models.Security.ItemsToInclude? ItemsToInclude + { + get { return BackingStore?.Get("itemsToInclude"); } + set { BackingStore?.Set("itemsToInclude", value); } + } /// The search property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -71,6 +89,9 @@ public virtual IDictionary> GetFieldDeserializers() return new Dictionary> { { "additionalDataOptions", n => { AdditionalDataOptions = n.GetEnumValue(); } }, + { "cloudAttachmentVersion", n => { CloudAttachmentVersion = n.GetEnumValue(); } }, + { "documentVersion", n => { DocumentVersion = n.GetEnumValue(); } }, + { "itemsToInclude", n => { ItemsToInclude = n.GetEnumValue(); } }, { "search", n => { Search = n.GetObjectValue(global::Microsoft.Graph.Models.Security.EdiscoverySearch.CreateFromDiscriminatorValue); } }, }; } @@ -82,6 +103,9 @@ public virtual void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); writer.WriteEnumValue("additionalDataOptions", AdditionalDataOptions); + writer.WriteEnumValue("cloudAttachmentVersion", CloudAttachmentVersion); + writer.WriteEnumValue("documentVersion", DocumentVersion); + writer.WriteEnumValue("itemsToInclude", ItemsToInclude); writer.WriteObjectValue("search", Search); writer.WriteAdditionalData(AdditionalData); } diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityExportReport/ExportReportPostRequestBody.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityExportReport/ExportReportPostRequestBody.cs index a70ad02ddb6..3e2df825aef 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityExportReport/ExportReportPostRequestBody.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityExportReport/ExportReportPostRequestBody.cs @@ -28,6 +28,12 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } + /// The cloudAttachmentVersion property + public global::Microsoft.Graph.Models.Security.CloudAttachmentVersion? CloudAttachmentVersion + { + get { return BackingStore?.Get("cloudAttachmentVersion"); } + set { BackingStore?.Set("cloudAttachmentVersion", value); } + } /// The description property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -60,6 +66,12 @@ public string DisplayName set { BackingStore?.Set("displayName", value); } } #endif + /// The documentVersion property + public global::Microsoft.Graph.Models.Security.DocumentVersion? DocumentVersion + { + get { return BackingStore?.Get("documentVersion"); } + set { BackingStore?.Set("documentVersion", value); } + } /// The exportCriteria property public global::Microsoft.Graph.Models.Security.ExportCriteria? ExportCriteria { @@ -99,8 +111,10 @@ public virtual IDictionary> GetFieldDeserializers() return new Dictionary> { { "additionalOptions", n => { AdditionalOptions = n.GetEnumValue(); } }, + { "cloudAttachmentVersion", n => { CloudAttachmentVersion = n.GetEnumValue(); } }, { "description", n => { Description = n.GetStringValue(); } }, { "displayName", n => { DisplayName = n.GetStringValue(); } }, + { "documentVersion", n => { DocumentVersion = n.GetEnumValue(); } }, { "exportCriteria", n => { ExportCriteria = n.GetEnumValue(); } }, { "exportLocation", n => { ExportLocation = n.GetEnumValue(); } }, }; @@ -113,8 +127,10 @@ public virtual void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); writer.WriteEnumValue("additionalOptions", AdditionalOptions); + writer.WriteEnumValue("cloudAttachmentVersion", CloudAttachmentVersion); writer.WriteStringValue("description", Description); writer.WriteStringValue("displayName", DisplayName); + writer.WriteEnumValue("documentVersion", DocumentVersion); writer.WriteEnumValue("exportCriteria", ExportCriteria); writer.WriteEnumValue("exportLocation", ExportLocation); writer.WriteAdditionalData(AdditionalData); diff --git a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityExportResult/ExportResultPostRequestBody.cs b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityExportResult/ExportResultPostRequestBody.cs index 8fb65a78ace..f1718663fc9 100644 --- a/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityExportResult/ExportResultPostRequestBody.cs +++ b/src/Microsoft.Graph/Generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityExportResult/ExportResultPostRequestBody.cs @@ -28,6 +28,12 @@ public IDictionary AdditionalData } /// Stores model information. public IBackingStore BackingStore { get; private set; } + /// The cloudAttachmentVersion property + public global::Microsoft.Graph.Models.Security.CloudAttachmentVersion? CloudAttachmentVersion + { + get { return BackingStore?.Get("cloudAttachmentVersion"); } + set { BackingStore?.Set("cloudAttachmentVersion", value); } + } /// The description property #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -60,6 +66,12 @@ public string DisplayName set { BackingStore?.Set("displayName", value); } } #endif + /// The documentVersion property + public global::Microsoft.Graph.Models.Security.DocumentVersion? DocumentVersion + { + get { return BackingStore?.Get("documentVersion"); } + set { BackingStore?.Set("documentVersion", value); } + } /// The exportCriteria property public global::Microsoft.Graph.Models.Security.ExportCriteria? ExportCriteria { @@ -111,8 +123,10 @@ public virtual IDictionary> GetFieldDeserializers() return new Dictionary> { { "additionalOptions", n => { AdditionalOptions = n.GetEnumValue(); } }, + { "cloudAttachmentVersion", n => { CloudAttachmentVersion = n.GetEnumValue(); } }, { "description", n => { Description = n.GetStringValue(); } }, { "displayName", n => { DisplayName = n.GetStringValue(); } }, + { "documentVersion", n => { DocumentVersion = n.GetEnumValue(); } }, { "exportCriteria", n => { ExportCriteria = n.GetEnumValue(); } }, { "exportFormat", n => { ExportFormat = n.GetEnumValue(); } }, { "exportLocation", n => { ExportLocation = n.GetEnumValue(); } }, @@ -127,8 +141,10 @@ public virtual void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); writer.WriteEnumValue("additionalOptions", AdditionalOptions); + writer.WriteEnumValue("cloudAttachmentVersion", CloudAttachmentVersion); writer.WriteStringValue("description", Description); writer.WriteStringValue("displayName", DisplayName); + writer.WriteEnumValue("documentVersion", DocumentVersion); writer.WriteEnumValue("exportCriteria", ExportCriteria); writer.WriteEnumValue("exportFormat", ExportFormat); writer.WriteEnumValue("exportLocation", ExportLocation); diff --git a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ListItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ListItemRequestBuilder.cs index 942a4deb640..1ed1cda92af 100644 --- a/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ListItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Sites/Item/Lists/Item/ListItemRequestBuilder.cs @@ -105,8 +105,8 @@ public async Task DeleteAsync(Action - /// Returns the metadata for a list. - /// Find more info here + /// Get a list of rich long-running operations associated with a list. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -173,7 +173,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Returns the metadata for a list. + /// Get a list of rich long-running operations associated with a list. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -231,7 +231,7 @@ public partial class ListItemRequestBuilderDeleteRequestConfiguration : RequestC { } /// - /// Returns the metadata for a list. + /// Get a list of rich long-running operations associated with a list. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class ListItemRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Members/MembersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Members/MembersRequestBuilder.cs index 3e00204db8a..58adb3076fd 100644 --- a/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Members/MembersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Teams/Item/Channels/Item/Members/MembersRequestBuilder.cs @@ -90,8 +90,8 @@ public MembersRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : ba return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ConversationMemberCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. - /// Find more info here + /// Add a conversationMember to a channel. + /// Find more info here /// /// A /// The request body @@ -135,7 +135,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. + /// Add a conversationMember to a channel. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/CalendarViewRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/CalendarViewRequestBuilder.cs index 80af335dfa8..62d61cf1089 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/CalendarViewRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/CalendarViewRequestBuilder.cs @@ -2,9 +2,7 @@ #pragma warning disable CS0618 using Microsoft.Graph.Models.ODataErrors; using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Count; using Microsoft.Graph.Users.Item.Calendar.CalendarView.Delta; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item; using Microsoft.Kiota.Abstractions.Extensions; using Microsoft.Kiota.Abstractions.Serialization; using Microsoft.Kiota.Abstractions; @@ -21,28 +19,11 @@ namespace Microsoft.Graph.Users.Item.Calendar.CalendarView [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class CalendarViewRequestBuilder : BaseRequestBuilder { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to call the delta method. public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Delta.DeltaRequestBuilder Delta { get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } /// /// Instantiates a new and sets the default values. /// diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Count/CountRequestBuilder.cs deleted file mode 100644 index 769318bd648..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 0b80521fdb7..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 76135911fcc..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index e3805ed4124..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 121137df2b5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 584df613ef0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 0d6e05f3538..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 266defad64e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index e2c68b13141..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 015c0043c3a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index b783bc1121e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 4190750e71c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 64bb6d6671b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 7579d8f57f9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/EventItemRequestBuilder.cs deleted file mode 100644 index eb5a182e84a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,223 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Calendar; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.DismissReminder; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item -{ - /// - /// Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar view for the calendar. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar view for the calendar. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar view for the calendar. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 81e6262913d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index a41ad84c9e9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 4e410fa53d4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index 89d592113a4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index 7682e0b7746..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index e83573f186b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 26dcb1c5585..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 9ef32643467..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index fa99c8cdeb0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 469872ed669..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index bbdfa6fbfac..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 01cb120494f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 69bca611b42..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index b1da51beb7b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 7a94e6debbd..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 895c3c5539b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 52b03bde693..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 3be928f235d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index ab9e96203f6..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,197 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 21a73867a5b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index ebd9576fea0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index e6fa33a937c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 05320e30fff..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 0f76b30cb0e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index 0cbfaf4f953..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index f255fba7bae..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index d654af9e7d0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index fd9c202f8cc..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index 67bfbf13b8a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 0638cad5d79..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 44fe61e607f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 2380df1d063..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 5d4b47c4b70..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 9afc049f9ad..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index a95d9cf982d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 25ccbd3dc58..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index c533e915f54..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index c35989d5355..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 14f1bc294b5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 165a9a192af..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 4471dd6cb78..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index e1b6c6e39f7..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 8e3c1a939d6..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,211 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index b252cadd6c3..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index b39d473659a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 833948932a7..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 17b3633f0e8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index b83743f29c7..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 7d784e55ca2..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 58c8a2e594c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index bcc115ddbf0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index d6de0f07087..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 0e66e4b79da..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 1f3a2a48843..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 968cd3b96f5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 263a65214fa..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index f78e7756559..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 482117eb222..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 692127a9422..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index e631f3f8402..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 26b9d6a7350..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 758fa0fb6f0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index c176704ea3b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index 55fc94091cd..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index bc602dfc9c3..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index fcb4f72aed5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index 05f7b266974..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index ead6521e745..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Count; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 9e132e91891..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index b6064db0bd1..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index b325ce995f2..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 08427681d3e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index db620466180..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index b57678266ac..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 0287f39d07f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index c577ff33475..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 33c752cf2df..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 0492b683ca9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 3f4779e7b4b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 52b3d293216..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 8d1c0dfdb72..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 5b62570d78d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,217 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Calendar; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index fe12c91972e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 4a23f41c0d7..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 56efd46b64d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index cbf9d952654..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index 8101fdcb1af..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 475e2565723..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 81d72aefbb4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 8573d1bae45..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index ee0a49727c9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 8b4b11c86c4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index c70cebb7149..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index f4c09d03c89..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 97ec7b8998e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 0eb5c22b59f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 7a414b254c6..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 11709018086..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 33e9a4edc9d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 89c4fd14275..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index e30a54f924e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,191 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 9d1670e0945..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index a05e31b9abe..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 652c1ac4af5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 160357adff3..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index a9360dad8b4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 3bd592f242d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index f7e83ff1d11..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 024a27b6100..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index a431f6a59c1..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 5bdd5aa816e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 084038edd34..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 996fdbb96b5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 17a39af6a0e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index d024ae594c0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index e13e6ee979e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 3f9cc1b2635..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 2345408be4d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index f8832f31851..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 4a271476c57..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 911da0e10cb..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 09df016153f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 5a71d508fac..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 7ebb9fa694d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 8709016f8d2..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 0f81b6f4111..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/calendarView/{event%2Did}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/EventItemRequestBuilder.cs index 83500a6ea13..4ebdf31519b 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/EventItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/EventItemRequestBuilder.cs @@ -8,7 +8,6 @@ using Microsoft.Graph.Users.Item.Calendar.Events.Item.Cancel; using Microsoft.Graph.Users.Item.Calendar.Events.Item.Decline; using Microsoft.Graph.Users.Item.Calendar.Events.Item.DismissReminder; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences; using Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions; using Microsoft.Graph.Users.Item.Calendar.Events.Item.Forward; using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances; @@ -61,11 +60,6 @@ public partial class EventItemRequestBuilder : BaseRequestBuilder { get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to manage the extensions property of the microsoft.graph.event entity. public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.ExtensionsRequestBuilder Extensions { diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 585ab2ee132..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 9f79621d03f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index a5b417cd0cd..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index a0bbb9f03cd..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index 81b7bba12b8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 4d24a7000cc..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 60c724e01d3..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 0582f40a298..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index e67c8886ef0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 1bb2cb9990e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 2fec0b6f022..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 9c56ad77bb4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 284e68b42fd..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index d2184708a2c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 17f59262486..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 7b2a74b366c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 6b2b45c8793..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index c0330770b58..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index ea0d269d334..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,197 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 27baf05a5bc..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index cb5ea9788d2..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index dc96685b347..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 16739e5658e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 98052e6eef4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index 10cfee1ab8e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index 34e32066747..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index e2e63264b25..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index b8f5b40e84b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index 7bbe8930a07..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 993685af116..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 18d8422c2c9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index d6bc9572dc4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 2db7efa3946..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 5b80535ca9a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 30c9c468c5f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index caedd55c7ce..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 3bb3924af54..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index ca8b6cb9330..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 1cf8da45969..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 717de103581..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 551ad3ad261..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index d1d7f082a8b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 8c684d7e4d0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,211 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index aa3639cc0c7..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index be9fa11b1bd..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 8313f77727d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index eaf298fff81..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 7b9f589c1e8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index ca95032f910..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index f0d517211f6..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 4987a499577..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index a5106153d12..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 0c59da779ac..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 29bd8505550..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 4c810c05163..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 6b7520ad6ed..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 2244bd15c13..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 83a89a7b9e1..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index 6d4d6191b45..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/InstancesRequestBuilder.cs index 9f2e6dc8a0d..13fd786ea38 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/InstancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/InstancesRequestBuilder.cs @@ -2,9 +2,7 @@ #pragma warning disable CS0618 using Microsoft.Graph.Models.ODataErrors; using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Count; using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Delta; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item; using Microsoft.Kiota.Abstractions.Extensions; using Microsoft.Kiota.Abstractions.Serialization; using Microsoft.Kiota.Abstractions; @@ -21,28 +19,11 @@ namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class InstancesRequestBuilder : BaseRequestBuilder { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to call the delta method. public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Delta.DeltaRequestBuilder Delta { get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } /// /// Instantiates a new and sets the default values. /// diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index bb8c96b9d59..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 4935d99c8f7..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 97da9e6cff5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 053f06d6447..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 8bc079af7f3..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 1574c2f1d65..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 720edb37615..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index f5a0b3fc353..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index df72b385bf6..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index ad9954d3e78..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index b9864991ce5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 6c9040e7301..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index bb34db68f75..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 81ec2d81e89..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,217 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Calendar; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 5f87ed5b0e8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 7409dbf1b02..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 55780aa8b8b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index 902fd8687af..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index d0f80fd1960..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index daf59df2072..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index c357df44e63..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 77b0b2d3694..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 121056df581..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index bdc2b85de1f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index e9e69861d3a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 47e5a31163b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 91f7c76ce41..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 78bfca813d8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 94f51b1d7ad..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 436c7f725e4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index c5c0c45a180..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index f6dabddd72b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 0342cad6e09..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,191 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 535fb958897..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index c39f8182e5b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 144ffbc444a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 7a28c58bce1..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index d7f6d4d9187..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index cfb3e9748f8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index da430fd851a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 010c50682fa..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 20cbfa75197..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 64940ba94a0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index b01c603d9bb..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index c6ee32c9280..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 79d3fafb89c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 09f3f8ff3a5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 5e34754ae01..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 3192107bfb8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index ee2fad3cfa3..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 2929d04fa98..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 61f1bfc6682..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 59394bddc5d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/CalendarViewRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/CalendarViewRequestBuilder.cs index 4f16b30e0f9..13b5411f038 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/CalendarViewRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/CalendarViewRequestBuilder.cs @@ -2,9 +2,7 @@ #pragma warning disable CS0618 using Microsoft.Graph.Models.ODataErrors; using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Count; using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Delta; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item; using Microsoft.Kiota.Abstractions.Extensions; using Microsoft.Kiota.Abstractions.Serialization; using Microsoft.Kiota.Abstractions; @@ -21,28 +19,11 @@ namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Calendar [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class CalendarViewRequestBuilder : BaseRequestBuilder { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to call the delta method. public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.DeltaRequestBuilder Delta { get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } /// /// Instantiates a new and sets the default values. /// diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Count/CountRequestBuilder.cs deleted file mode 100644 index ee34d854cdb..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index bf704ce0dd8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 85de1286ce0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index ecfe8ff80ab..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 79c56cb56bc..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index b541866312c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index ad35de149f8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 20ad5746235..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 77c3217a9cd..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 41613565230..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 47cbe0159e9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index c1647ac294a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index a31da4901da..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 6fffbcffdc7..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 6e2476af76e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,223 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item -{ - /// - /// Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar view for the calendar. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar view for the calendar. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar view for the calendar. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index e2470fcd9d1..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 6285e815086..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index c75e1d26dae..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index de6722c677d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index aa096c80e45..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 860662e86c4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index ddf46a4ab1e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 15b56d5eab1..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 041ab96f3be..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 9bdf14a2618..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index a63396d2382..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 08333e9fd43..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index b4c6f0ee2f2..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index f4993484dbe..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 42d510db24c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 313200449a6..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 60b14e174d5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index e4d8c649e23..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index ac4b101a5b4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,197 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index c6d7f4b8137..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 9e9d0c26412..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 43277526cf4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index abcbaab79f4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 6683f4742f5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index fe0994118ef..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index bde880a887a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 62ec4092824..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index 16adac49902..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index 40887349d7e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index a999c6aed12..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 6422f36c23d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index b0000f9b7bb..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 697cde515ad..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index f84d2e3a04f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 83f9c404ec8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 3db47df8967..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index d2c364b2fab..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 35c7e0e4faa..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index dd83b2a4ce6..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 0b1cfd1b824..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index e48b70bc4d6..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 4b8f704e75c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index b89a2f004b5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,211 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 5b2fb23e4e9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 3e2a933a76a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 10e25e41e3c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 732dcd2118d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index b52d20cda53..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 73beea31700..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 475883644ae..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index b4eb608a94f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index b4328c9d3f8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 41ca0868845..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 459cbadde8c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 323e274e8a4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 9408a70cedf..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index cce42a88fa9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 4691cd93bed..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 660693cd4d6..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 7ba808f2e79..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index ad352f571a9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 35bb61c09f5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 93188cec31d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index 11c7977a9fe..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index 8571b4f0adc..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 005f128e708..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index 491e19f334e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index 37fed795cb4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index bc48e9a3619..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index b39b742c2dd..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index f345b41b4fc..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index c6f36333fdf..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 39b04a5b412..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 2a248adb304..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 7172085e763..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 4f32af97a95..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 9b6d2916d30..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 65daa686add..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 7217e917673..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index e705b04cc3c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 65a4fd0eadd..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index f3cba39611d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,217 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 4d8b4536876..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 26ce6d6e8ba..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 566b5c9dd6a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index 42fdd6e4574..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index 20418059210..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 2c9e8b11d47..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 83c0806d89c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index c73a473cc1e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 09a87fb2bd5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 371911aeaf0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 36b0d6c3890..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 865419823d3..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index d04a6e20ac6..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 4492c1bae2d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 7f35ac788c1..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index be4aa39a493..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 138edd21cc8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index da5c7977540..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 0039e08f7c2..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,191 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 38e1b9afaea..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 700180dda02..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index aacd22b6370..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 4376503a1f6..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index f21896f4d70..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index d3f3826f4da..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index abb61eb1170..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index bbe3eb47979..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 4b9aa1af162..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 5047f83ff7e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 02809a70510..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 76ba3bea0b2..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 44b8799a1fc..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 28eb31665b9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index ca318d1fdb4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 6a76d1d4a4e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 03cf0b9a5d6..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 6aa6f742e3c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 0fb57e3e32c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 6f8d9f93516..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 34f598caed7..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 72ea417c205..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 86c6b394e86..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index cda13a2c91f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 54099535b31..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/EventItemRequestBuilder.cs index 86f513cabb7..ec67fe0f7d3 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/EventItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/EventItemRequestBuilder.cs @@ -8,7 +8,6 @@ using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Cancel; using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Decline; using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.DismissReminder; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences; using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions; using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Forward; using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances; @@ -61,11 +60,6 @@ public partial class EventItemRequestBuilder : BaseRequestBuilder { get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to manage the extensions property of the microsoft.graph.event entity. public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.ExtensionsRequestBuilder Extensions { diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 4f9beed6ab1..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index e77309df82a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 0bdf6bb6470..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index a2df194f9c3..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index c131cccd150..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index b22d06af095..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index ef28bf227e3..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index f0d9f1f3242..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index ce48308588a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 643c27760a5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index faaa3be7dec..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 5b5cc2f2855..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 797e5c7234a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index cf61a608994..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index a6f38a4e531..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 6fcf2a63f27..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 822703893be..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index a02bc5c771b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 32cb4eb2432..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,197 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 275919a50d6..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 772f054131a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index cc9885a486c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index d63f855bb3e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 4899f2a1d46..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index 74b7760d7c8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index 29b2b662565..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 9acdc74289d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index 6d28f590b15..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index dd7b06c969c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 6d8f43b8830..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 7d354e33bab..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index d142cb65a9c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 0a90a8f7bab..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 04678f236c9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index f57171b19a9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 015940d2a08..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index a48b79b026e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 11710644894..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index cd6504088f8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 3208d69baef..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 3b1fc78d464..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index b0dff302e68..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index bbb47e5d71a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,211 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 209fedf20f6..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 56726a502b1..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 219008fea33..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 586aafbfe91..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 27633e3b022..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index e165dd0c393..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index aeabde54a80..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index f1197e11dcd..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 4b6208ac077..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index acf6f6c5023..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 8ea857905f9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 16f24519c16..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index a71257a3aa5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 235018fbdd7..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 906944ab887..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index bf99769d604..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/InstancesRequestBuilder.cs index d790d2ba78a..bbc727826aa 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/InstancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/InstancesRequestBuilder.cs @@ -2,9 +2,7 @@ #pragma warning disable CS0618 using Microsoft.Graph.Models.ODataErrors; using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count; using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item; using Microsoft.Kiota.Abstractions.Extensions; using Microsoft.Kiota.Abstractions.Serialization; using Microsoft.Kiota.Abstractions; @@ -21,28 +19,11 @@ namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.I [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class InstancesRequestBuilder : BaseRequestBuilder { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to call the delta method. public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.DeltaRequestBuilder Delta { get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } /// /// Instantiates a new and sets the default values. /// diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 7397514b11b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index abcb4db788a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 5fdba409c82..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index ac96c9c1628..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index f3c40b86508..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index ea41bc1ad94..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 8b1f938dcc9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 2d7e23c61cb..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index baf8b5df554..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index f75bcd04cfc..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index d7505698078..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index ccf26efc2e7..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index dc299a7d5dc..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 08282ea4663..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,217 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 934a9c4fd4c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 89afe18a0b8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index e4f53f40e6f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index 9ecbccb1e9f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index bdc4fdeedf9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index d92fad0c3d0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index e87c608c66e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 7fbd8399cba..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 575e6a65fed..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 8b9e20d286a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index aeffca1bb8f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 3364fd6c54c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index a19a34f2ec5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 19b66ee7296..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index d5abe783917..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 902f860394a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 249306d7ce4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index bcff30d690f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index c40dcb15ac5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,191 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 3dff3c9aba0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 9e2bef04f6e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 1f1e39fda29..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 914b5bdabdc..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index e45c5fd8622..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index b8b7ff1cc45..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 75908ad10ce..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index e5dfec58a50..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 8132fe7ff8b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index fd8d08ed7fa..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index c4bd653ddbd..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 13e4687ba59..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index d5c913b1ac0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 9b5c4311429..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index c867eb1d824..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 9a825514029..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index f0bdf7970e9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 39807121257..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 255c3155fe8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 89a42ee73b0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarGroups/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarGroups/{calendarGroup%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/CalendarViewRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/CalendarViewRequestBuilder.cs index b853addb98f..8f57a65e137 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/CalendarViewRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/CalendarViewRequestBuilder.cs @@ -2,9 +2,7 @@ #pragma warning disable CS0618 using Microsoft.Graph.Models.ODataErrors; using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarView.Count; using Microsoft.Graph.Users.Item.CalendarView.Delta; -using Microsoft.Graph.Users.Item.CalendarView.Item; using Microsoft.Kiota.Abstractions.Extensions; using Microsoft.Kiota.Abstractions.Serialization; using Microsoft.Kiota.Abstractions; @@ -21,28 +19,11 @@ namespace Microsoft.Graph.Users.Item.CalendarView [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class CalendarViewRequestBuilder : BaseRequestBuilder { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarView.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to call the delta method. public global::Microsoft.Graph.Users.Item.CalendarView.Delta.DeltaRequestBuilder Delta { get => new global::Microsoft.Graph.Users.Item.CalendarView.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the calendarView property of the microsoft.graph.user entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } /// /// Instantiates a new and sets the default values. /// diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Count/CountRequestBuilder.cs deleted file mode 100644 index 2ef23a93288..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index fb04fa69229..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index f0db11abbca..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index dc8db50bd75..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 6a69ad7bd8d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 9993c76bccc..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index b6a87a80c3e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index a644b830ecb..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 2ce4869581d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 01d9bc67e0d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index c84a88a7cd1..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index fdfa090884c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 1b369772d44..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index bc0862ce40b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 0c5c7cb3014..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,223 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarView.Item.Accept; -using Microsoft.Graph.Users.Item.CalendarView.Item.Attachments; -using Microsoft.Graph.Users.Item.CalendarView.Item.Calendar; -using Microsoft.Graph.Users.Item.CalendarView.Item.Cancel; -using Microsoft.Graph.Users.Item.CalendarView.Item.Decline; -using Microsoft.Graph.Users.Item.CalendarView.Item.DismissReminder; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences; -using Microsoft.Graph.Users.Item.CalendarView.Item.Extensions; -using Microsoft.Graph.Users.Item.CalendarView.Item.Forward; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances; -using Microsoft.Graph.Users.Item.CalendarView.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item -{ - /// - /// Provides operations to manage the calendarView property of the microsoft.graph.user entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar view for the calendar. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar view for the calendar. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar view for the calendar. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 6bd71f07a2d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 1c31e9c243f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 514d5fa33e3..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index 678effbf820..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index 010e78d8c9f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index c23f4ecb5be..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index ab7d704e1b4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 78cdb69f616..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 0901ef3c804..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 06e059742d2..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index b9bbfd57fdb..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 5095692e75a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 44c62c08945..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 22738eaf097..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 6a5ab8131b2..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index b7e37809956..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index eab08d5afe7..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 9cdf78f5823..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 8a153024996..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,197 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 535eca4667f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 1975915d9b9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 9aa0c39fc0b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 1ffaeb6258a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index cf7eaaed7c9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index 58fc73c3418..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index 42297c62a05..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 4f931218829..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index 302b55bbe41..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index 73c02476469..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 84d1e495ccd..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 993db0087ba..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 17bc1cdb952..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 3a34c1d2e75..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 1ebe676dd62..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 971269b21c8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index cb4893b2ac4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 385064e8fc1..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index ea3c74b9bea..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 0de197b05ba..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 7017af3d9b4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index f53757af6c7..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 2e2aa3a09a9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index b7f4a9e7f67..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,211 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index a9d1b21da8d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index d89a8f501f2..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 8ca2fbba35c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 882c58c8063..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 4e7f7a658ce..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 12a30e4ee15..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 4da8d3c838e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 63b494a87d4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 86da4345bbd..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 5df05e3471c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 55ee0cb4707..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 16e0a4001ab..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 04a77812a32..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 9063a960a7c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index ded04217686..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index df5cdaba9ab..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index afc52b42fa8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 7fb028580f1..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 179dd1e136a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index d4619004a67..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index 0c77b06247d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index 648910570a8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 732a7f88027..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index ae151daa216..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index 67aaa5222da..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Count; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 90ba06f9cf9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 6ab0f4c1c3b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 23b045cdae5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 41011c9fb77..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 3ab1ffe1b16..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 32074075430..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index ec1f03692b1..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 2f10333b675..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index f36c11b01b8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 4b30583a369..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 6c5f4567b95..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index e58d46ad740..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 55e9ea3cb6f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index f7a1bc61403..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,217 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Calendar; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 23ad404a2a0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 97078eedc1a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index d24ac84ffab..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index e0396fc8f87..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index 374695aae8f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 352f1149e29..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index aa9b7943a27..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 9b0943bccd8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 32e02d1f406..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 8681acb0caa..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index a371d6367ba..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 513393864a1..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index e5f7c305e6f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 128a4343c4c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 7d501ba386a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index cb06c0704f0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 7be050e49f2..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 0a3bff27b9c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 73ab53f3a66..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,191 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 891d509aeed..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index f6707ec02b0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index f059096c28a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 9223c029664..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 01d37e9332c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index dc79cbafb9c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 374d7eaa3c4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index fe370be1a39..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 0fe36f4a6ae..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 0fa2a296651..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 2cf6dcdc99e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 584dd4b2004..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 3f3762098d1..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 6d810a454c3..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index c5b7a694e7c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index c22a6fde940..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 93cf863f364..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index fb7e2450cbc..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 27b3b5ec314..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 1a6be261a58..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 80a2ee58d63..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 73ff6e07f9a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 0d5858d81bc..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index fb8342740a8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index c10efc9f668..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendarView/{event%2Did}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/CalendarViewRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/CalendarViewRequestBuilder.cs index d2a8dbf0c66..3b48ff701fd 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/CalendarViewRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/CalendarViewRequestBuilder.cs @@ -2,9 +2,7 @@ #pragma warning disable CS0618 using Microsoft.Graph.Models.ODataErrors; using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Count; using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Delta; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item; using Microsoft.Kiota.Abstractions.Extensions; using Microsoft.Kiota.Abstractions.Serialization; using Microsoft.Kiota.Abstractions; @@ -21,28 +19,11 @@ namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class CalendarViewRequestBuilder : BaseRequestBuilder { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to call the delta method. public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Delta.DeltaRequestBuilder Delta { get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } /// /// Instantiates a new and sets the default values. /// diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Count/CountRequestBuilder.cs deleted file mode 100644 index 46df3d2ebb6..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index f37628d923a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index a1175ca0d86..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index d48775dfacc..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 5e3f637fb93..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 434d651cfb5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 6e4cb721727..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 70585cfd470..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 83f36de7831..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index fde6253e96d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index bede9ddc5d0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 23b498be426..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 38c86992fee..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 7206eecc067..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 85f393776d2..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,223 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Calendar; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.DismissReminder; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item -{ - /// - /// Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar view for the calendar. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar view for the calendar. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar view for the calendar. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index ccd0ffc259b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 98aebabd83b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 0780ea0ac2c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index 57513f38b30..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index 19f72acb1c5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index c0d37abc06e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 9ffc6a99f6f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index b866f037aa3..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 2e86b8c3170..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index befb7520376..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 71af9464b91..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 5242b92ec81..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index a047c1ac671..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index f6c64bedab3..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 46cbf591074..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 983296abe7a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index d4787185a66..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 866d3a7983b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 39c5840d3d8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,197 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index fffb15260b3..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index b731772e437..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 4926b4cfb10..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 39f60e396c9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 43feae392d8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index 9a3f84d51bc..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index a78b6073779..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 72554471f7e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index 46c469a545c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index 7b7d0113b56..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 45535600c9c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index bbaad01b441..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 6e6a4daad66..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index eae093a2355..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 67b0ff9fdd5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 7c2fafa3aae..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 87ca900f97a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 8bf0dc3ad20..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index e7e52edb58e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 752f8133893..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index af79300582e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index b998d879f1f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 5a0ccfa5575..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 587054f6d31..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,211 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 90c5d19474b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 30b6cc23fbe..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 27a7952d85f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index d9616302692..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index d94766db8b0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index c0c777b6302..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 728c00d4264..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index fd3723a0198..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index e0ba52cae8a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 32fc54a4a61..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 24347c225c9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index ba044d7bc21..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index a385388e392..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 9eb4f385a0d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index fce53199466..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 2a6b4c32762..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 8dec0f00a8e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index a3c855c13b8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 868bfeb22b9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 0d45be22b73..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index 536908b4e48..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index 9b18fae5a65..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 203d888279c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index 0862040dbf6..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index d0dd74c0d4a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Count; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index ea64cfaf6ca..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 57f5cd0a564..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 435bf568dbd..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 1f9c8fe05a0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 171bfd27db8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 166b8bdabc7..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 1f2ee45322b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index a25aa739fe5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index b6465c535e3..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 4d078eb1499..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 68fe5bcc7fc..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index fa3ff38f7c1..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 8e451a8ebc5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 282067d72a8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,217 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index e53c965ee78..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 8b0fa1e6da8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 928221548ab..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index 4aa02658d03..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index e02d8815510..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 631a404cb93..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 7c10c93c8f8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 50953268c3f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index ff7415d0547..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 15ea6a03414..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index d3aed89954d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 4482a25bdf0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 89e0e66b786..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 316e856caf3..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 2eca060dd0f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index ff8552c0364..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 59ca0d20cd4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 42f75183412..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 7788d3192e2..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,191 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 60a80d4da61..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index f222ab89002..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 4e7e6f4a67e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 47e8bf44087..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index f23928d8c84..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index dccad55cb37..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 42a8ae32617..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 183a2a5d0d1..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 6f93253125f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 28ded0597bc..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index fe2102730d8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index c7afad5c220..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 7cc1d6edfc2..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index ccaceb81800..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index e194b429ed3..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 9ffa6abb897..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index f1b0f4a8063..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 1d6ece3f4b5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index c1c53310674..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 2c1b1772b8b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 57d53c358de..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 92d0fe0f9c0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 56ea08d4c4b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 7493be12d3e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 8b11a91edb3..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/calendarView/{event%2Did}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/EventItemRequestBuilder.cs index 87c1eb1e6b7..56d10339131 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/EventItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/EventItemRequestBuilder.cs @@ -8,7 +8,6 @@ using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Cancel; using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Decline; using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.DismissReminder; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences; using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions; using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Forward; using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances; @@ -61,11 +60,6 @@ public partial class EventItemRequestBuilder : BaseRequestBuilder { get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to manage the extensions property of the microsoft.graph.event entity. public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.ExtensionsRequestBuilder Extensions { diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 7045233e95c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 4aa99518695..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index c208c068f59..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index 3099c8f7d8a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index 27c09d6888a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index b9aaf0c3542..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 4245b0a0bd2..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 884efe3fd50..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 7208b0536af..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 352dd95b2dc..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 45ff211e1d8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 7c82885d6f2..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 0b3f8c3c3ce..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index d48c582e1b0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index d254c15b698..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 08a7301b919..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index a5d60d99547..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 9e981780253..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index b6d9d4c24f2..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,197 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index b378105ddd7..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 67591267793..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 03846274030..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index adbaf3d2ea3..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 10ba18f584b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index 48c452344e2..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index 515c3471b14..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 12d656b3504..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index 0cbeee78031..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index 967a00d5de3..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 8c2541ec428..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 94a776d6407..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 501463569e4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 442c056c4aa..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 8ae9037fdaa..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 5287747a2e0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index e5dc6e65fcd..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 6fc53bbf1f8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 7447d5d7701..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 8199df98ac1..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 2b3e0a3ff19..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index a98d2a3e4b9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 812f1a794c6..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 142907cefc1..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,211 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index e623bd1fde2..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 5d8d376bdf3..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index f844334d4b2..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index d3ac89cc6ea..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 1935e16eb1f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 6c8188a5456..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 77aa760a685..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 40a23e6bea9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 288be0af998..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index dba54e8778b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 259ecba4c9d..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 4a5da24d753..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 1b655832f6e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 334ef1814bd..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 144de4099a4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index b4636c3cf0f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/InstancesRequestBuilder.cs index 55b7852edac..8e618d60ff0 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/InstancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/InstancesRequestBuilder.cs @@ -2,9 +2,7 @@ #pragma warning disable CS0618 using Microsoft.Graph.Models.ODataErrors; using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Count; using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Delta; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item; using Microsoft.Kiota.Abstractions.Extensions; using Microsoft.Kiota.Abstractions.Serialization; using Microsoft.Kiota.Abstractions; @@ -21,28 +19,11 @@ namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class InstancesRequestBuilder : BaseRequestBuilder { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to call the delta method. public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Delta.DeltaRequestBuilder Delta { get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } /// /// Instantiates a new and sets the default values. /// diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index a7da1197f73..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 51c7bf87805..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index c08dd4e42a6..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 5b0cefe2cfd..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 7d7409c7aa9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 784d6fc1b49..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 2b5f9c362a8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 2f009eeff31..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 26661a18544..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 42889326fdd..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index d1337564e42..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 5c0f96ad29f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 37131e7e508..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 91768a71465..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,217 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Calendar; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 0a82644f917..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 8c2be3a0fe7..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 91111533274..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index f5b6892f98b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index a61099285a0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index ad35445706c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index ad66992f576..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 4ede1020d9f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index b248add22e8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index cd87cf734df..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index a5d5e6d99f8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 09a0f566c12..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index c2947cb8f09..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index a8a94794336..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 46d0f072de0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 6c9b5178626..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 7c2b7552ebb..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 7e701f90a87..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index dfad8a13765..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,191 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 0e30e1673ad..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 6c2b423dfe2..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 02b66bd4642..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 20b86bf5b90..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 887bd870a1f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 9eeed6add90..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index fe46cbb2b3a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index f06663a69f8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 659d4da423a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 198a365227a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index b4b0dade5f7..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index 4e0699e38dc..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 4d5d5d6e6f5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index ea70c1d6790..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index d0b21a33596..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index dec32be2319..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index b15f1e26266..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 7f880170e8b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 3b4616093e5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index b6afc8cc949..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Calendars/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/calendars/{calendar%2Did}/events/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/EventItemRequestBuilder.cs index 6472304dd53..b42e7292abf 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/EventItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/EventItemRequestBuilder.cs @@ -8,7 +8,6 @@ using Microsoft.Graph.Users.Item.Events.Item.Cancel; using Microsoft.Graph.Users.Item.Events.Item.Decline; using Microsoft.Graph.Users.Item.Events.Item.DismissReminder; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences; using Microsoft.Graph.Users.Item.Events.Item.Extensions; using Microsoft.Graph.Users.Item.Events.Item.Forward; using Microsoft.Graph.Users.Item.Events.Item.Instances; @@ -61,11 +60,6 @@ public partial class EventItemRequestBuilder : BaseRequestBuilder { get => new global::Microsoft.Graph.Users.Item.Events.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to manage the extensions property of the microsoft.graph.event entity. public global::Microsoft.Graph.Users.Item.Events.Item.Extensions.ExtensionsRequestBuilder Extensions { diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index 9710461ba85..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index 60449ae8819..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 7e8bd359a74..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index 88f284836e7..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index efc55032cdf..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 79ab3b21c29..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 1e5f03ea5fe..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index ae8518d588a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 1dd3d62bfb1..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 1d7f7a3f637..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index ae6aa6530a5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index b17cf807130..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 8df503e8ecc..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index f157a4e07e3..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index fbec643d2db..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index e091a92f6ec..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 81964934adf..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 0cb461b1dc1..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index acf4abed272..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,197 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder Instances - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 80382e56a14..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index a7c8530a439..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index c7d8ba41b4f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index efebc2ce5b5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 13c9530c462..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index a05c24a26f6..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs deleted file mode 100644 index 8cbe162e243..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index f17e12e2141..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs deleted file mode 100644 index 407262043f2..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs deleted file mode 100644 index a1b53e94d18..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/InstancesRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public InstancesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class InstancesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 1ff7fe7254c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index b4cdf450ef4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index b8a3633e673..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 75f0e001aa2..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index d473324cd52..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index dc54511aa34..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index a2276da6be8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index 755a33e7bcd..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index d2ec72b4031..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 6fa22c5afe8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 205420321dc..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 863e6d98497..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 4640c8504e1..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 2601358db3e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,211 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index d52bcd4acf4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index f0cf0073363..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 7460f362875..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 163afb78ba0..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 88af3c0a14f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 4abaf1a524b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 8034cc1c5f2..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 48ccc5818d4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 4107fc59c97..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index ae717c9d486..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/instances/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 5970434346a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 608ffd35be3..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index 6d2cdddf9b8..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index bea8add3bf5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index cb7c41af5ce..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/exceptionOccurrences/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Count/CountRequestBuilder.cs deleted file mode 100644 index 71748604751..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/InstancesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/InstancesRequestBuilder.cs index fb7c243168a..00b8cb4fabb 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/InstancesRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/InstancesRequestBuilder.cs @@ -2,9 +2,7 @@ #pragma warning disable CS0618 using Microsoft.Graph.Models.ODataErrors; using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Count; using Microsoft.Graph.Users.Item.Events.Item.Instances.Delta; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item; using Microsoft.Kiota.Abstractions.Extensions; using Microsoft.Kiota.Abstractions.Serialization; using Microsoft.Kiota.Abstractions; @@ -21,28 +19,11 @@ namespace Microsoft.Graph.Users.Item.Events.Item.Instances [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class InstancesRequestBuilder : BaseRequestBuilder { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } /// Provides operations to call the delta method. public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Delta.DeltaRequestBuilder Delta { get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); } - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did1", position); - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } /// /// Instantiates a new and sets the default values. /// diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index ce690661712..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index 073cf325b33..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 59508529ce4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index fcf957071a7..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index 8d517643b26..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index dacafba084a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 4fd6684d34e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index c1ccbc2dcff..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index 9708f915b3c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index 8bff51e6053..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index bb8192b2991..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index ce1f212c868..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 1344bbc1c5a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 592fd0875e4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,217 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Calendar; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.DismissReminder; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item -{ - /// - /// Provides operations to manage the instances property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder ExceptionOccurrences - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24expand,%24select}", rawUrl) - { - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs deleted file mode 100644 index b637892a475..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs deleted file mode 100644 index f4786278b18..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaGetResponse.cs +++ /dev/null @@ -1,65 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaGetResponse : global::Microsoft.Graph.Models.BaseDeltaFunctionResponse, IParsable - #pragma warning restore CS1591 - { - /// The value property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? Value - { - get { return BackingStore?.Get?>("value"); } - set { BackingStore?.Set("value", value); } - } -#nullable restore -#else - public List Value - { - get { return BackingStore?.Get>("value"); } - set { BackingStore?.Set("value", value); } - } -#endif - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public override IDictionary> GetFieldDeserializers() - { - return new Dictionary>(base.GetFieldDeserializers()) - { - { "value", n => { Value = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public override void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - base.Serialize(writer); - writer.WriteCollectionOfObjectValues("value", Value); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs deleted file mode 100644 index 9268ccc0269..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaRequestBuilder.cs +++ /dev/null @@ -1,209 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - /// - /// Provides operations to call the delta method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeltaRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsDeltaGetResponseAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsDeltaGetResponseAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// Find more info here - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code - [Obsolete("This method is obsolete. Use GetAsDeltaGetResponseAsync instead.")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("endDateTime")] - public string? EndDateTime { get; set; } -#nullable restore -#else - [QueryParameter("endDateTime")] - public string EndDateTime { get; set; } -#endif - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00 -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("startDateTime")] - public string? StartDateTime { get; set; } -#nullable restore -#else - [QueryParameter("startDateTime")] - public string StartDateTime { get; set; } -#endif - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeltaRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs deleted file mode 100644 index 358fb310012..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Delta/DeltaResponse.cs +++ /dev/null @@ -1,28 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta -{ - [Obsolete("This class is obsolete. Use DeltaGetResponse instead.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeltaResponse : global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse, IParsable - #pragma warning restore CS1591 - { - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse(); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs deleted file mode 100644 index 3fa8a6a659b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/ExceptionOccurrencesRequestBuilder.cs +++ /dev/null @@ -1,189 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the delta method. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder Delta - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// The unique identifier of event - /// A - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("event%2Did2", position); - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExceptionOccurrencesRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.EventCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExceptionOccurrencesRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs deleted file mode 100644 index 69636b596b6..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptPostRequestBody.cs +++ /dev/null @@ -1,89 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class AcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public AcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs deleted file mode 100644 index a4bbf1fdce7..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Accept/AcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept -{ - /// - /// Provides operations to call the accept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/accept", rawUrl) - { - } - /// - /// Accept the specified event in a user calendar. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Accept the specified event in a user calendar. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs deleted file mode 100644 index 6f973284b5f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/AttachmentsRequestBuilder.cs +++ /dev/null @@ -1,244 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the createUploadSession method. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder CreateUploadSession - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// The unique identifier of attachment - /// A - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("attachment%2Did", position); - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.AttachmentCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to attachments for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Attachment body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs deleted file mode 100644 index 09755099f6a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs deleted file mode 100644 index f79a470d820..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// The AttachmentItem property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.AttachmentItem? AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.AttachmentItem AttachmentItem - { - get { return BackingStore?.Get("AttachmentItem"); } - set { BackingStore?.Set("AttachmentItem", value); } - } -#endif - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// - /// Instantiates a new and sets the default values. - /// - public CreateUploadSessionPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "AttachmentItem", n => { AttachmentItem = n.GetObjectValue(global::Microsoft.Graph.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("AttachmentItem", AttachmentItem); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs deleted file mode 100644 index 61a099f1ad1..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ /dev/null @@ -1,104 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession -{ - /// - /// Provides operations to call the createUploadSession method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CreateUploadSessionRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/createUploadSession", rawUrl) - { - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// Find more info here - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UploadSession.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CreateUploadSessionRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs deleted file mode 100644 index 8eb4fa26ec5..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ /dev/null @@ -1,174 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item -{ - /// - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public AttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property attachments for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Attachment.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property attachments for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class AttachmentItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs deleted file mode 100644 index e371ab5dbac..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Calendar/CalendarRequestBuilder.cs +++ /dev/null @@ -1,125 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar -{ - /// - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CalendarRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/calendar{?%24expand,%24select}", rawUrl) - { - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Calendar.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The calendar that contains the event. Navigation property. Read-only. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CalendarRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs deleted file mode 100644 index a27ed2bc19a..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelPostRequestBody.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class CancelPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public CancelPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs deleted file mode 100644 index e11b0bb42c1..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Cancel/CancelRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel -{ - /// - /// Provides operations to call the cancel method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CancelRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/cancel", rawUrl) - { - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CancelRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs deleted file mode 100644 index 83c6c6d9fe1..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclinePostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class DeclinePostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public DeclinePostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs deleted file mode 100644 index 347da62a1e4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Decline/DeclineRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline -{ - /// - /// Provides operations to call the decline method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DeclineRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/decline", rawUrl) - { - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DeclineRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs deleted file mode 100644 index 524bde861a3..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ /dev/null @@ -1,97 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder -{ - /// - /// Provides operations to call the dismissReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public DismissReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/dismissReminder", rawUrl) - { - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// Find more info here - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Dismiss a reminder that has been triggered for an event in a user calendar. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class DismissReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs deleted file mode 100644 index 970b1c48920..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/EventItemRequestBuilder.cs +++ /dev/null @@ -1,191 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item -{ - /// - /// Provides operations to manage the exceptionOccurrences property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilder : BaseRequestBuilder - { - /// Provides operations to call the accept method. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder Accept - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the attachments property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder Attachments - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the calendar property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder Calendar - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the cancel method. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder Cancel - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the decline method. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder Decline - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the dismissReminder method. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder DismissReminder - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder Extensions - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the forward method. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder Forward - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the permanentDelete method. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder PermanentDelete - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the snoozeReminder method. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder SnoozeReminder - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to call the tentativelyAccept method. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder TentativelyAccept - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(PathParameters, RequestAdapter); - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public EventItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Event.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Returned only on $select and $expand in a GET operation that specifies the ID (seriesMasterId property value) of a series master event. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class EventItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 67151621281..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index e1f80f4177f..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index 3cada788045..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index 80d8524b25e..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 5868b4fa874..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 943b48e6bc4..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index b10cd015a06..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index f9c07338791..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 0534ea142bd..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index 49f50923c3c..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/ExceptionOccurrences/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/exceptionOccurrences/{event%2Did2}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs deleted file mode 100644 index 9681436aac7..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ /dev/null @@ -1,124 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Count -{ - /// - /// Provides operations to count the resources in the collection. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public CountRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public CountRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter,%24search}", rawUrl) - { - } - /// - /// Get the number of the resource - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendPrimitiveAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Get the number of the resource - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "text/plain;q=0.9"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Get the number of the resource - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetQueryParameters - { - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class CountRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs deleted file mode 100644 index da85b1494ed..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ /dev/null @@ -1,238 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Count; -using Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Item; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilder : BaseRequestBuilder - { - /// Provides operations to count the resources in the collection. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder Count - { - get => new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder(PathParameters, RequestAdapter); - } - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// The unique identifier of extension - /// A - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder this[string position] - { - get - { - var urlTplParams = new Dictionary(PathParameters); - urlTplParams.Add("extension%2Did", position); - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(urlTplParams, RequestAdapter); - } - } - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.ExtensionCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Create new navigation property to extensions for users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetQueryParameters - { - /// Include count of items - [QueryParameter("%24count")] - public bool? Count { get; set; } - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Filter items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24filter")] - public string? Filter { get; set; } -#nullable restore -#else - [QueryParameter("%24filter")] - public string Filter { get; set; } -#endif - /// Order items by property values -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24orderby")] - public string[]? Orderby { get; set; } -#nullable restore -#else - [QueryParameter("%24orderby")] - public string[] Orderby { get; set; } -#endif - /// Search items by search phrases -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24search")] - public string? Search { get; set; } -#nullable restore -#else - [QueryParameter("%24search")] - public string Search { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - /// Skip the first n items - [QueryParameter("%24skip")] - public int? Skip { get; set; } - /// Show only the first n items - [QueryParameter("%24top")] - public int? Top { get; set; } - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionsRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs deleted file mode 100644 index ede549d9666..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ /dev/null @@ -1,229 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Item -{ - /// - /// Provides operations to manage the extensions property of the microsoft.graph.event entity. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ExtensionItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) - { - } - /// - /// Delete navigation property extensions for users - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task DeleteAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task DeleteAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToDeleteRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task GetAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task GetAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToGetRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PatchAsync(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPatchRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.Extension.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Delete navigation property extensions for users - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Update the navigation property extensions in users - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPatchRequestInformation(global::Microsoft.Graph.Models.Extension body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PATCH, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderDeleteRequestConfiguration : RequestConfiguration - { - } - /// - /// The collection of open extensions defined for the event. Nullable. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetQueryParameters - { - /// Expand related entities -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24expand")] - public string[]? Expand { get; set; } -#nullable restore -#else - [QueryParameter("%24expand")] - public string[] Expand { get; set; } -#endif - /// Select properties to be returned -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - [QueryParameter("%24select")] - public string[]? Select { get; set; } -#nullable restore -#else - [QueryParameter("%24select")] - public string[] Select { get; set; } -#endif - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderGetRequestConfiguration : RequestConfiguration - { - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ExtensionItemRequestBuilderPatchRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs deleted file mode 100644 index b36cec7d087..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class ForwardPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ToRecipients property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public List? ToRecipients - { - get { return BackingStore?.Get?>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#nullable restore -#else - public List ToRecipients - { - get { return BackingStore?.Get>("ToRecipients"); } - set { BackingStore?.Set("ToRecipients", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public ForwardPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ToRecipients", n => { ToRecipients = n.GetCollectionOfObjectValues(global::Microsoft.Graph.Models.Recipient.CreateFromDiscriminatorValue)?.AsList(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteCollectionOfObjectValues("ToRecipients", ToRecipients); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs deleted file mode 100644 index 163a6fecbd6..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward -{ - /// - /// Provides operations to call the forward method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/forward", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public ForwardRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/forward", rawUrl) - { - } - /// - /// 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. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// 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. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class ForwardRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs deleted file mode 100644 index 530e1bf0ada..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.PermanentDelete -{ - /// - /// Provides operations to call the permanentDelete method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/permanentDelete", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public PermanentDeleteRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/permanentDelete", rawUrl) - { - } - /// - /// Invoke action permanentDelete - /// - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - var requestInfo = ToPostRequestInformation(requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Invoke action permanentDelete - /// - /// A - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(Action> requestConfiguration = default) - { -#endif - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class PermanentDeleteRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs deleted file mode 100644 index 6689cc520b9..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ /dev/null @@ -1,82 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The NewReminderTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.DateTimeTimeZone? NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.DateTimeTimeZone NewReminderTime - { - get { return BackingStore?.Get("NewReminderTime"); } - set { BackingStore?.Set("NewReminderTime", value); } - } -#endif - /// - /// Instantiates a new and sets the default values. - /// - public SnoozeReminderPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "NewReminderTime", n => { NewReminderTime = n.GetObjectValue(global::Microsoft.Graph.Models.DateTimeTimeZone.CreateFromDiscriminatorValue); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteObjectValue("NewReminderTime", NewReminderTime); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs deleted file mode 100644 index abc2584ffcb..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder -{ - /// - /// Provides operations to call the snoozeReminder method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/snoozeReminder", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public SnoozeReminderRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/snoozeReminder", rawUrl) - { - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Postpone a reminder for an event in a user calendar until a new time. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class SnoozeReminderRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs deleted file mode 100644 index 5f1a9043f21..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ /dev/null @@ -1,108 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions.Store; -using System.Collections.Generic; -using System.IO; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept -{ - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - #pragma warning disable CS1591 - public partial class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IBackedModel, IParsable - #pragma warning restore CS1591 - { - /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. - public IDictionary AdditionalData - { - get { return BackingStore.Get>("AdditionalData") ?? new Dictionary(); } - set { BackingStore.Set("AdditionalData", value); } - } - /// Stores model information. - public IBackingStore BackingStore { get; private set; } - /// The Comment property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public string? Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#nullable restore -#else - public string Comment - { - get { return BackingStore?.Get("Comment"); } - set { BackingStore?.Set("Comment", value); } - } -#endif - /// The ProposedNewTime property -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public global::Microsoft.Graph.Models.TimeSlot? ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#nullable restore -#else - public global::Microsoft.Graph.Models.TimeSlot ProposedNewTime - { - get { return BackingStore?.Get("ProposedNewTime"); } - set { BackingStore?.Set("ProposedNewTime", value); } - } -#endif - /// The SendResponse property - public bool? SendResponse - { - get { return BackingStore?.Get("SendResponse"); } - set { BackingStore?.Set("SendResponse", value); } - } - /// - /// Instantiates a new and sets the default values. - /// - public TentativelyAcceptPostRequestBody() - { - BackingStore = BackingStoreFactorySingleton.Instance.CreateBackingStore(); - AdditionalData = new Dictionary(); - } - /// - /// Creates a new instance of the appropriate class based on discriminator value - /// - /// A - /// The parse node to use to read the discriminator value and create the object - public static global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) - { - _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody(); - } - /// - /// The deserialization information for the current model - /// - /// A IDictionary<string, Action<IParseNode>> - public virtual IDictionary> GetFieldDeserializers() - { - return new Dictionary> - { - { "Comment", n => { Comment = n.GetStringValue(); } }, - { "ProposedNewTime", n => { ProposedNewTime = n.GetObjectValue(global::Microsoft.Graph.Models.TimeSlot.CreateFromDiscriminatorValue); } }, - { "SendResponse", n => { SendResponse = n.GetBoolValue(); } }, - }; - } - /// - /// Serializes information the current object - /// - /// Serialization writer to use to serialize this model - public virtual void Serialize(ISerializationWriter writer) - { - _ = writer ?? throw new ArgumentNullException(nameof(writer)); - writer.WriteStringValue("Comment", Comment); - writer.WriteObjectValue("ProposedNewTime", ProposedNewTime); - writer.WriteBoolValue("SendResponse", SendResponse); - writer.WriteAdditionalData(AdditionalData); - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs deleted file mode 100644 index b691761574b..00000000000 --- a/src/Microsoft.Graph/Generated/Users/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -#pragma warning disable CS0618 -using Microsoft.Graph.Models.ODataErrors; -using Microsoft.Kiota.Abstractions.Extensions; -using Microsoft.Kiota.Abstractions.Serialization; -using Microsoft.Kiota.Abstractions; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using System.Threading; -using System; -namespace Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept -{ - /// - /// Provides operations to call the tentativelyAccept method. - /// - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilder : BaseRequestBuilder - { - /// - /// Instantiates a new and sets the default values. - /// - /// Path parameters for the request - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(Dictionary pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", pathParameters) - { - } - /// - /// Instantiates a new and sets the default values. - /// - /// The raw URL to use for the request builder. - /// The request adapter to use to execute the requests. - public TentativelyAcceptRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/users/{user%2Did}/events/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", rawUrl) - { - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// Find more info here - /// - /// The request body - /// Cancellation token to use when cancelling requests - /// Configuration for the request such as headers, query parameters, and middleware options. - /// When receiving a 4XX or 5XX status code -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default, CancellationToken cancellationToken = default) - { -#nullable restore -#else - public async Task PostAsync(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default, CancellationToken cancellationToken = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = ToPostRequestInformation(body, requestConfiguration); - var errorMapping = new Dictionary> - { - { "XXX", global::Microsoft.Graph.Models.ODataErrors.ODataError.CreateFromDiscriminatorValue }, - }; - await RequestAdapter.SendNoContentAsync(requestInfo, errorMapping, cancellationToken).ConfigureAwait(false); - } - /// - /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. - /// - /// A - /// The request body - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action>? requestConfiguration = default) - { -#nullable restore -#else - public RequestInformation ToPostRequestInformation(global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody body, Action> requestConfiguration = default) - { -#endif - _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.POST, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - requestInfo.SetContentFromParsable(RequestAdapter, "application/json", body); - return requestInfo; - } - /// - /// Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. - /// - /// A - /// The raw URL to use for the request builder. - public global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder WithUrl(string rawUrl) - { - return new global::Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder(rawUrl, RequestAdapter); - } - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - /// - [Obsolete("This class is deprecated. Please use the generic RequestConfiguration class generated by the generator.")] - [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] - public partial class TentativelyAcceptRequestBuilderPostRequestConfiguration : RequestConfiguration - { - } - } -} -#pragma warning restore CS0618 diff --git a/src/Microsoft.Graph/Generated/Users/Item/Presence/PresenceRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/Presence/PresenceRequestBuilder.cs index bc25f2f806a..50bfa4b8f23 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/Presence/PresenceRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/Presence/PresenceRequestBuilder.cs @@ -87,8 +87,8 @@ public async Task DeleteAsync(Action - /// Set a presence status message for a user. An optional expiration date and time can be supplied. - /// Find more info here + /// Get a user's presence information. + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -155,7 +155,7 @@ public RequestInformation ToDeleteRequestInformation(Action - /// Set a presence status message for a user. An optional expiration date and time can be supplied. + /// Get a user's presence information. /// /// A /// Configuration for the request such as headers, query parameters, and middleware options. @@ -213,7 +213,7 @@ public partial class PresenceRequestBuilderDeleteRequestConfiguration : RequestC { } /// - /// Set a presence status message for a user. An optional expiration date and time can be supplied. + /// Get a user's presence information. /// [global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")] public partial class PresenceRequestBuilderGetQueryParameters diff --git a/src/Microsoft.Graph/Generated/Users/Item/UserItemRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/Item/UserItemRequestBuilder.cs index f8ccf029381..32ca9c636ea 100644 --- a/src/Microsoft.Graph/Generated/Users/Item/UserItemRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/Item/UserItemRequestBuilder.cs @@ -541,7 +541,7 @@ public async Task DeleteAsync(Action /// Update the properties of a user object. - /// Find more info here + /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/Users/UsersRequestBuilder.cs b/src/Microsoft.Graph/Generated/Users/UsersRequestBuilder.cs index 8af54378d72..959483f4486 100644 --- a/src/Microsoft.Graph/Generated/Users/UsersRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/Users/UsersRequestBuilder.cs @@ -79,7 +79,7 @@ public UsersRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base } /// /// List properties and relationships of the user objects. - /// Find more info here + /// Find more info here /// /// A /// Cancellation token to use when cancelling requests @@ -102,8 +102,8 @@ public UsersRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base return await RequestAdapter.SendAsync(requestInfo, global::Microsoft.Graph.Models.UserCollectionResponse.CreateFromDiscriminatorValue, errorMapping, cancellationToken).ConfigureAwait(false); } /// - /// Create a new user object. - /// Find more info here + /// Create a new user.The request body contains the user to create. At a minimum, you must specify the required properties for the user. You can optionally specify any other writable properties. + /// Find more info here /// /// A /// The request body @@ -147,7 +147,7 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new user object. + /// Create a new user.The request body contains the user to create. At a minimum, you must specify the required properties for the user. You can optionally specify any other writable properties. /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/UsersWithUserPrincipalName/UsersWithUserPrincipalNameRequestBuilder.cs b/src/Microsoft.Graph/Generated/UsersWithUserPrincipalName/UsersWithUserPrincipalNameRequestBuilder.cs index 8c541489359..8c873b87bda 100644 --- a/src/Microsoft.Graph/Generated/UsersWithUserPrincipalName/UsersWithUserPrincipalNameRequestBuilder.cs +++ b/src/Microsoft.Graph/Generated/UsersWithUserPrincipalName/UsersWithUserPrincipalNameRequestBuilder.cs @@ -85,7 +85,7 @@ public async Task DeleteAsync(Action /// Update the properties of a user object. - /// Find more info here + /// Find more info here /// /// A /// The request body diff --git a/src/Microsoft.Graph/Generated/kiota-dom-export.txt b/src/Microsoft.Graph/Generated/kiota-dom-export.txt index 41405b032f6..8caccfb618e 100644 --- a/src/Microsoft.Graph/Generated/kiota-dom-export.txt +++ b/src/Microsoft.Graph/Generated/kiota-dom-export.txt @@ -45700,23 +45700,12 @@ Microsoft.Graph.Groups.Item.Calendar.CalendarView.calendarViewRequestBuilder.cal Microsoft.Graph.Groups.Item.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|StartDateTime:string Microsoft.Graph.Groups.Item.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Top:int? Microsoft.Graph.Groups.Item.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.calendarViewRequestBuilder::[EventId:string]:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder Microsoft.Graph.Groups.Item.Calendar.CalendarView.calendarViewRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Calendar.CalendarView.calendarViewRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.calendarViewRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Calendar.CalendarView.calendarViewRequestBuilder::|public|delta:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Delta.DeltaRequestBuilder Microsoft.Graph.Groups.Item.Calendar.CalendarView.calendarViewRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse Microsoft.Graph.Groups.Item.Calendar.CalendarView.calendarViewRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Calendar.CalendarView.calendarViewRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.CalendarViewRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Calendar.CalendarView.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse Microsoft.Graph.Groups.Item.Calendar.CalendarView.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Groups.Item.Calendar.CalendarView.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void @@ -45742,1428 +45731,6 @@ Microsoft.Graph.Groups.Item.Calendar.CalendarView.Delta.deltaRequestBuilder::|pu Microsoft.Graph.Groups.Item.Calendar.CalendarView.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Delta.DeltaRequestBuilder Microsoft.Graph.Groups.Item.Calendar.CalendarView.Delta.deltaResponse-->global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Delta.DeltaGetResponse Microsoft.Graph.Groups.Item.Calendar.CalendarView.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Groups.Item.Calendar.Events.Count.CountRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Groups.Item.Calendar.Events.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Groups.Item.Calendar.Events.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string @@ -47355,7 +45922,6 @@ Microsoft.Graph.Groups.Item.Calendar.Events.Item.EventItemRequestBuilder::|publi Microsoft.Graph.Groups.Item.Calendar.Events.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Decline.DeclineRequestBuilder Microsoft.Graph.Groups.Item.Calendar.Events.Item.EventItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void Microsoft.Graph.Groups.Item.Calendar.Events.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder Microsoft.Graph.Groups.Item.Calendar.Events.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.ExtensionsRequestBuilder Microsoft.Graph.Groups.Item.Calendar.Events.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Forward.ForwardRequestBuilder Microsoft.Graph.Groups.Item.Calendar.Events.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event @@ -47368,595 +45934,6 @@ Microsoft.Graph.Groups.Item.Calendar.Events.Item.EventItemRequestBuilder::|publi Microsoft.Graph.Groups.Item.Calendar.Events.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Calendar.Events.Item.EventItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Event; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Calendar.Events.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Groups.Item.Calendar.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string @@ -48017,15 +45994,6 @@ Microsoft.Graph.Groups.Item.Calendar.Events.Item.Forward.forwardRequestBuilder:: Microsoft.Graph.Groups.Item.Calendar.Events.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void Microsoft.Graph.Groups.Item.Calendar.Events.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Calendar.Events.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void @@ -48063,549 +46031,12 @@ Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.instancesRequestBuild Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.instancesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Delta.DeltaRequestBuilder Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Groups.Item.Calendar.Events.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Groups.Item.Calendar.Events.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Calendar.Events.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -48690,25 +46121,12 @@ Microsoft.Graph.Groups.Item.CalendarView.calendarViewRequestBuilder.calendarView Microsoft.Graph.Groups.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|StartDateTime:string Microsoft.Graph.Groups.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Top:int? Microsoft.Graph.Groups.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.calendarViewRequestBuilder::[EventId:string]:global.Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder Microsoft.Graph.Groups.Item.CalendarView.calendarViewRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.CalendarView.calendarViewRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.calendarViewRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.CalendarView.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.CalendarView.calendarViewRequestBuilder::|public|delta:global.Microsoft.Graph.Groups.Item.CalendarView.Delta.DeltaRequestBuilder Microsoft.Graph.Groups.Item.CalendarView.calendarViewRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse Microsoft.Graph.Groups.Item.CalendarView.calendarViewRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.CalendarView.calendarViewRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.CalendarViewRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.CalendarView.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.CalendarView.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse Microsoft.Graph.Groups.Item.CalendarView.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Groups.Item.CalendarView.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void @@ -48734,1428 +46152,6 @@ Microsoft.Graph.Groups.Item.CalendarView.Delta.deltaRequestBuilder::|public|ToGe Microsoft.Graph.Groups.Item.CalendarView.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Delta.DeltaRequestBuilder Microsoft.Graph.Groups.Item.CalendarView.Delta.deltaResponse-->global.Microsoft.Graph.Groups.Item.CalendarView.Delta.DeltaGetResponse Microsoft.Graph.Groups.Item.CalendarView.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Groups.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Groups.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Groups.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.instancesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Groups.Item.CheckGrantedPermissionsForApp.checkGrantedPermissionsForAppPostResponse-->global.Microsoft.Graph.Models.BaseCollectionPaginationCountResponse Microsoft.Graph.Groups.Item.CheckGrantedPermissionsForApp.checkGrantedPermissionsForAppPostResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Groups.Item.CheckGrantedPermissionsForApp.checkGrantedPermissionsForAppPostResponse::|public|Serialize(writer:ISerializationWriter):void @@ -50881,7 +46877,6 @@ Microsoft.Graph.Groups.Item.Events.Item.EventItemRequestBuilder::|public|constru Microsoft.Graph.Groups.Item.Events.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Groups.Item.Events.Item.Decline.DeclineRequestBuilder Microsoft.Graph.Groups.Item.Events.Item.EventItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void Microsoft.Graph.Groups.Item.Events.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Groups.Item.Events.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder Microsoft.Graph.Groups.Item.Events.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Groups.Item.Events.Item.Extensions.ExtensionsRequestBuilder Microsoft.Graph.Groups.Item.Events.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Groups.Item.Events.Item.Forward.ForwardRequestBuilder Microsoft.Graph.Groups.Item.Events.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event @@ -50894,595 +46889,6 @@ Microsoft.Graph.Groups.Item.Events.Item.EventItemRequestBuilder::|public|ToDelet Microsoft.Graph.Groups.Item.Events.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Events.Item.EventItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Event; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Events.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Groups.Item.Events.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Groups.Item.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Groups.Item.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string @@ -51543,15 +46949,6 @@ Microsoft.Graph.Groups.Item.Events.Item.Forward.forwardRequestBuilder::|public|c Microsoft.Graph.Groups.Item.Events.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void Microsoft.Graph.Groups.Item.Events.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Events.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Events.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse Microsoft.Graph.Groups.Item.Events.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Groups.Item.Events.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void @@ -51589,549 +46986,12 @@ Microsoft.Graph.Groups.Item.Events.Item.Instances.instancesRequestBuilder.instan Microsoft.Graph.Groups.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string Microsoft.Graph.Groups.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? Microsoft.Graph.Groups.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.instancesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder Microsoft.Graph.Groups.Item.Events.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Groups.Item.Events.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Count.CountRequestBuilder Microsoft.Graph.Groups.Item.Events.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Delta.DeltaRequestBuilder Microsoft.Graph.Groups.Item.Events.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse Microsoft.Graph.Groups.Item.Events.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Groups.Item.Events.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Groups.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Groups.Item.Events.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Groups.Item.Events.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Groups.Item.Events.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -81797,25 +76657,12 @@ Microsoft.Graph.Me.Calendar.CalendarView.calendarViewRequestBuilder.calendarView Microsoft.Graph.Me.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|StartDateTime:string Microsoft.Graph.Me.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Top:int? Microsoft.Graph.Me.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.calendarViewRequestBuilder::[EventId:string]:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder Microsoft.Graph.Me.Calendar.CalendarView.calendarViewRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Calendar.CalendarView.calendarViewRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.calendarViewRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.CalendarView.Count.CountRequestBuilder Microsoft.Graph.Me.Calendar.CalendarView.calendarViewRequestBuilder::|public|delta:global.Microsoft.Graph.Me.Calendar.CalendarView.Delta.DeltaRequestBuilder Microsoft.Graph.Me.Calendar.CalendarView.calendarViewRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse Microsoft.Graph.Me.Calendar.CalendarView.calendarViewRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Calendar.CalendarView.calendarViewRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.CalendarViewRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendar.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendar.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.CalendarView.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Count.CountRequestBuilder Microsoft.Graph.Me.Calendar.CalendarView.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse Microsoft.Graph.Me.Calendar.CalendarView.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Me.Calendar.CalendarView.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void @@ -81841,1428 +76688,6 @@ Microsoft.Graph.Me.Calendar.CalendarView.Delta.deltaRequestBuilder::|public|ToGe Microsoft.Graph.Me.Calendar.CalendarView.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Delta.DeltaRequestBuilder Microsoft.Graph.Me.Calendar.CalendarView.Delta.deltaResponse-->global.Microsoft.Graph.Me.Calendar.CalendarView.Delta.DeltaGetResponse Microsoft.Graph.Me.Calendar.CalendarView.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Delta.DeltaResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.instancesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Me.Calendar.Events.Count.CountRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Me.Calendar.Events.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Me.Calendar.Events.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string @@ -83454,7 +76879,6 @@ Microsoft.Graph.Me.Calendar.Events.Item.EventItemRequestBuilder::|public|constru Microsoft.Graph.Me.Calendar.Events.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.Calendar.Events.Item.Decline.DeclineRequestBuilder Microsoft.Graph.Me.Calendar.Events.Item.EventItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void Microsoft.Graph.Me.Calendar.Events.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.Calendar.Events.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder Microsoft.Graph.Me.Calendar.Events.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.Calendar.Events.Item.Extensions.ExtensionsRequestBuilder Microsoft.Graph.Me.Calendar.Events.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.Calendar.Events.Item.Forward.ForwardRequestBuilder Microsoft.Graph.Me.Calendar.Events.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event @@ -83467,595 +76891,6 @@ Microsoft.Graph.Me.Calendar.Events.Item.EventItemRequestBuilder::|public|ToDelet Microsoft.Graph.Me.Calendar.Events.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Calendar.Events.Item.EventItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Event; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Calendar.Events.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Me.Calendar.Events.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Me.Calendar.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Me.Calendar.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string @@ -84116,15 +76951,6 @@ Microsoft.Graph.Me.Calendar.Events.Item.Forward.forwardRequestBuilder::|public|c Microsoft.Graph.Me.Calendar.Events.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void Microsoft.Graph.Me.Calendar.Events.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Calendar.Events.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Count.CountRequestBuilder Microsoft.Graph.Me.Calendar.Events.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse Microsoft.Graph.Me.Calendar.Events.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Me.Calendar.Events.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void @@ -84162,549 +76988,12 @@ Microsoft.Graph.Me.Calendar.Events.Item.Instances.instancesRequestBuilder.instan Microsoft.Graph.Me.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string Microsoft.Graph.Me.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? Microsoft.Graph.Me.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.instancesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder Microsoft.Graph.Me.Calendar.Events.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Calendar.Events.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Count.CountRequestBuilder Microsoft.Graph.Me.Calendar.Events.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Delta.DeltaRequestBuilder Microsoft.Graph.Me.Calendar.Events.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse Microsoft.Graph.Me.Calendar.Events.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Calendar.Events.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Me.Calendar.Events.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Me.Calendar.Events.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendar.Events.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -84948,23 +77237,12 @@ Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewR Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|StartDateTime:string Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Top:int? Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder::[EventId:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|delta:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.DeltaRequestBuilder Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.CalendarViewRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void @@ -84990,1428 +77268,6 @@ Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaRe Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.DeltaRequestBuilder Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaResponse-->global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.DeltaGetResponse Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.DeltaResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Count.CountRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string @@ -86603,7 +77459,6 @@ Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.EventItemReque Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Decline.DeclineRequestBuilder Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.ExtensionsRequestBuilder Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Forward.ForwardRequestBuilder Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event @@ -86616,595 +77471,6 @@ Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.EventItemReque Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Event; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.EventItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string @@ -87265,15 +77531,6 @@ Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Forward.forwar Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void @@ -87311,549 +77568,12 @@ Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.inst Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.DeltaRequestBuilder Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.CalendarGroups.Item.Calendars.Item.Events.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -88052,23 +77772,12 @@ Microsoft.Graph.Me.Calendars.Item.CalendarView.calendarViewRequestBuilder.calend Microsoft.Graph.Me.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|StartDateTime:string Microsoft.Graph.Me.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Top:int? Microsoft.Graph.Me.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.calendarViewRequestBuilder::[EventId:string]:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder Microsoft.Graph.Me.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Count.CountRequestBuilder Microsoft.Graph.Me.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|delta:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Delta.DeltaRequestBuilder Microsoft.Graph.Me.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse Microsoft.Graph.Me.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.CalendarViewRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Count.CountRequestBuilder Microsoft.Graph.Me.Calendars.Item.CalendarView.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse Microsoft.Graph.Me.Calendars.Item.CalendarView.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Me.Calendars.Item.CalendarView.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void @@ -88094,1428 +77803,6 @@ Microsoft.Graph.Me.Calendars.Item.CalendarView.Delta.deltaRequestBuilder::|publi Microsoft.Graph.Me.Calendars.Item.CalendarView.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Delta.DeltaRequestBuilder Microsoft.Graph.Me.Calendars.Item.CalendarView.Delta.deltaResponse-->global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Delta.DeltaGetResponse Microsoft.Graph.Me.Calendars.Item.CalendarView.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Delta.DeltaResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Me.Calendars.Item.Events.Count.CountRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Me.Calendars.Item.Events.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Me.Calendars.Item.Events.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string @@ -89707,7 +77994,6 @@ Microsoft.Graph.Me.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|c Microsoft.Graph.Me.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Decline.DeclineRequestBuilder Microsoft.Graph.Me.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void Microsoft.Graph.Me.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder Microsoft.Graph.Me.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.ExtensionsRequestBuilder Microsoft.Graph.Me.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Forward.ForwardRequestBuilder Microsoft.Graph.Me.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event @@ -89720,595 +78006,6 @@ Microsoft.Graph.Me.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|T Microsoft.Graph.Me.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Event; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Me.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string @@ -90369,15 +78066,6 @@ Microsoft.Graph.Me.Calendars.Item.Events.Item.Forward.forwardRequestBuilder::|pu Microsoft.Graph.Me.Calendars.Item.Events.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void Microsoft.Graph.Me.Calendars.Item.Events.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Calendars.Item.Events.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void @@ -90415,549 +78103,12 @@ Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.instancesRequestBuilder. Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Delta.DeltaRequestBuilder Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Me.Calendars.Item.Events.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Me.Calendars.Item.Events.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Calendars.Item.Events.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -91042,25 +78193,12 @@ Microsoft.Graph.Me.CalendarView.calendarViewRequestBuilder.calendarViewRequestBu Microsoft.Graph.Me.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|StartDateTime:string Microsoft.Graph.Me.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Top:int? Microsoft.Graph.Me.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.calendarViewRequestBuilder::[EventId:string]:global.Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder Microsoft.Graph.Me.CalendarView.calendarViewRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.CalendarView.calendarViewRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.calendarViewRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarView.Count.CountRequestBuilder Microsoft.Graph.Me.CalendarView.calendarViewRequestBuilder::|public|delta:global.Microsoft.Graph.Me.CalendarView.Delta.DeltaRequestBuilder Microsoft.Graph.Me.CalendarView.calendarViewRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse Microsoft.Graph.Me.CalendarView.calendarViewRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.CalendarView.calendarViewRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.CalendarViewRequestBuilder -Microsoft.Graph.Me.CalendarView.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarView.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Count.CountRequestBuilder Microsoft.Graph.Me.CalendarView.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse Microsoft.Graph.Me.CalendarView.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Me.CalendarView.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void @@ -91086,1428 +78224,6 @@ Microsoft.Graph.Me.CalendarView.Delta.deltaRequestBuilder::|public|ToGetRequestI Microsoft.Graph.Me.CalendarView.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Delta.DeltaRequestBuilder Microsoft.Graph.Me.CalendarView.Delta.deltaResponse-->global.Microsoft.Graph.Me.CalendarView.Delta.DeltaGetResponse Microsoft.Graph.Me.CalendarView.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Delta.DeltaResponse -Microsoft.Graph.Me.CalendarView.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarView.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarView.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarView.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.CalendarView.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarView.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarView.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarView.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarView.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.CalendarView.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.CalendarView.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.CalendarView.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.CalendarView.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.CalendarView.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.CalendarView.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.CalendarView.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.CalendarView.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Me.CalendarView.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.EventItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarView.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarView.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.CalendarView.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Me.CalendarView.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.instancesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.CalendarView.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Me.ChangePassword.changePasswordPostRequestBody::|public|AdditionalData:IDictionary Microsoft.Graph.Me.ChangePassword.changePasswordPostRequestBody::|public|BackingStore:IBackingStore Microsoft.Graph.Me.ChangePassword.changePasswordPostRequestBody::|public|constructor():void @@ -94624,7 +80340,6 @@ Microsoft.Graph.Me.Events.Item.EventItemRequestBuilder::|public|constructor(rawU Microsoft.Graph.Me.Events.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.Events.Item.Decline.DeclineRequestBuilder Microsoft.Graph.Me.Events.Item.EventItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void Microsoft.Graph.Me.Events.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.Events.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Events.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder Microsoft.Graph.Me.Events.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.Events.Item.Extensions.ExtensionsRequestBuilder Microsoft.Graph.Me.Events.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.Events.Item.Forward.ForwardRequestBuilder Microsoft.Graph.Me.Events.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event @@ -94637,595 +80352,6 @@ Microsoft.Graph.Me.Events.Item.EventItemRequestBuilder::|public|ToDeleteRequestI Microsoft.Graph.Me.Events.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Events.Item.EventItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Event; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Events.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Me.Events.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Me.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Me.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string @@ -95286,17 +80412,6 @@ Microsoft.Graph.Me.Events.Item.Forward.forwardRequestBuilder::|public|constructo Microsoft.Graph.Me.Events.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void Microsoft.Graph.Me.Events.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Events.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Events.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Count.CountRequestBuilder Microsoft.Graph.Me.Events.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse Microsoft.Graph.Me.Events.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Me.Events.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void @@ -95334,549 +80449,12 @@ Microsoft.Graph.Me.Events.Item.Instances.instancesRequestBuilder.instancesReques Microsoft.Graph.Me.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string Microsoft.Graph.Me.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? Microsoft.Graph.Me.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.instancesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder Microsoft.Graph.Me.Events.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Me.Events.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Events.Item.Instances.Count.CountRequestBuilder Microsoft.Graph.Me.Events.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.Events.Item.Instances.Delta.DeltaRequestBuilder Microsoft.Graph.Me.Events.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse Microsoft.Graph.Me.Events.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Me.Events.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.Events.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.Events.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.Events.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Me.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Me.Events.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Me.Events.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Me.Events.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -127362,6 +111940,12 @@ Microsoft.Graph.Models.Security.actionAfterRetentionPeriod::0004-unknownFutureVa Microsoft.Graph.Models.Security.additionalDataOptions::0000-allVersions Microsoft.Graph.Models.Security.additionalDataOptions::0001-linkedFiles Microsoft.Graph.Models.Security.additionalDataOptions::0002-unknownFutureValue +Microsoft.Graph.Models.Security.additionalDataOptions::0003-advancedIndexing +Microsoft.Graph.Models.Security.additionalDataOptions::0004-listAttachments +Microsoft.Graph.Models.Security.additionalDataOptions::0005-htmlTranscripts +Microsoft.Graph.Models.Security.additionalDataOptions::0006-messageConversationExpansion +Microsoft.Graph.Models.Security.additionalDataOptions::0007-locationsWithoutHits +Microsoft.Graph.Models.Security.additionalDataOptions::0008-allItemsInFolder Microsoft.Graph.Models.Security.additionalOptions::0000-none Microsoft.Graph.Models.Security.additionalOptions::0001-teamsAndYammerConversations Microsoft.Graph.Models.Security.additionalOptions::0002-cloudAttachments @@ -127369,6 +111953,14 @@ Microsoft.Graph.Models.Security.additionalOptions::0003-allDocumentVersions Microsoft.Graph.Models.Security.additionalOptions::0004-subfolderContents Microsoft.Graph.Models.Security.additionalOptions::0005-listAttachments Microsoft.Graph.Models.Security.additionalOptions::0006-unknownFutureValue +Microsoft.Graph.Models.Security.additionalOptions::0007-htmlTranscripts +Microsoft.Graph.Models.Security.additionalOptions::0008-advancedIndexing +Microsoft.Graph.Models.Security.additionalOptions::0009-allItemsInFolder +Microsoft.Graph.Models.Security.additionalOptions::0010-includeFolderAndPath +Microsoft.Graph.Models.Security.additionalOptions::0011-condensePaths +Microsoft.Graph.Models.Security.additionalOptions::0012-friendlyName +Microsoft.Graph.Models.Security.additionalOptions::0013-splitSource +Microsoft.Graph.Models.Security.additionalOptions::0014-includeReport Microsoft.Graph.Models.Security.alert-->global.Microsoft.Graph.Models.Entity Microsoft.Graph.Models.Security.alert::|public|ActorDisplayName:string Microsoft.Graph.Models.Security.alert::|public|AdditionalDataProperty:global.Microsoft.Graph.Models.Security.Dictionary @@ -127697,6 +112289,11 @@ Microsoft.Graph.Models.Security.cloudApplicationEvidence::|public|SaasAppId:long Microsoft.Graph.Models.Security.cloudApplicationEvidence::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.cloudApplicationEvidence::|public|Stream:global.Microsoft.Graph.Models.Security.StreamObject Microsoft.Graph.Models.Security.cloudApplicationEvidence::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.CloudApplicationEvidence +Microsoft.Graph.Models.Security.cloudAttachmentVersion::0000-latest +Microsoft.Graph.Models.Security.cloudAttachmentVersion::0001-recent10 +Microsoft.Graph.Models.Security.cloudAttachmentVersion::0002-recent100 +Microsoft.Graph.Models.Security.cloudAttachmentVersion::0003-all +Microsoft.Graph.Models.Security.cloudAttachmentVersion::0004-unknownFutureValue Microsoft.Graph.Models.Security.cloudLogonRequestEvidence-->global.Microsoft.Graph.Models.Security.AlertEvidence Microsoft.Graph.Models.Security.cloudLogonRequestEvidence::|public|constructor():void Microsoft.Graph.Models.Security.cloudLogonRequestEvidence::|public|GetFieldDeserializers():IDictionary> @@ -127967,8 +112564,17 @@ Microsoft.Graph.Models.Security.dnsEvidence::|public|IpAddresses:Listglobal.Microsoft.Graph.Models.Security.CaseOperation +Microsoft.Graph.Models.Security.ediscoveryAddToReviewSetOperation::|public|AdditionalDataOptions:global.Microsoft.Graph.Models.Security.AdditionalDataOptions? +Microsoft.Graph.Models.Security.ediscoveryAddToReviewSetOperation::|public|CloudAttachmentVersion:global.Microsoft.Graph.Models.Security.CloudAttachmentVersion? +Microsoft.Graph.Models.Security.ediscoveryAddToReviewSetOperation::|public|DocumentVersion:global.Microsoft.Graph.Models.Security.DocumentVersion? Microsoft.Graph.Models.Security.ediscoveryAddToReviewSetOperation::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Models.Security.ediscoveryAddToReviewSetOperation::|public|ItemsToInclude:global.Microsoft.Graph.Models.Security.ItemsToInclude? Microsoft.Graph.Models.Security.ediscoveryAddToReviewSetOperation::|public|OdataType:string Microsoft.Graph.Models.Security.ediscoveryAddToReviewSetOperation::|public|ReviewSet:global.Microsoft.Graph.Models.Security.EdiscoveryReviewSet Microsoft.Graph.Models.Security.ediscoveryAddToReviewSetOperation::|public|Search:global.Microsoft.Graph.Models.Security.EdiscoverySearch @@ -128029,6 +112635,7 @@ Microsoft.Graph.Models.Security.ediscoveryEstimateOperation::|public|OdataType:s Microsoft.Graph.Models.Security.ediscoveryEstimateOperation::|public|Search:global.Microsoft.Graph.Models.Security.EdiscoverySearch Microsoft.Graph.Models.Security.ediscoveryEstimateOperation::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.ediscoveryEstimateOperation::|public|SiteCount:int? +Microsoft.Graph.Models.Security.ediscoveryEstimateOperation::|public|StatisticsOptions:global.Microsoft.Graph.Models.Security.StatisticsOptions? Microsoft.Graph.Models.Security.ediscoveryEstimateOperation::|public|UnindexedItemCount:long? Microsoft.Graph.Models.Security.ediscoveryEstimateOperation::|public|UnindexedItemsSize:long? Microsoft.Graph.Models.Security.ediscoveryEstimateOperation::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.EdiscoveryEstimateOperation @@ -128128,8 +112735,10 @@ Microsoft.Graph.Models.Security.ediscoverySearchCollectionResponse::|public|Valu Microsoft.Graph.Models.Security.ediscoverySearchCollectionResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.EdiscoverySearchCollectionResponse Microsoft.Graph.Models.Security.ediscoverySearchExportOperation-->global.Microsoft.Graph.Models.Security.CaseOperation Microsoft.Graph.Models.Security.ediscoverySearchExportOperation::|public|AdditionalOptions:global.Microsoft.Graph.Models.Security.AdditionalOptions? +Microsoft.Graph.Models.Security.ediscoverySearchExportOperation::|public|CloudAttachmentVersion:global.Microsoft.Graph.Models.Security.CloudAttachmentVersion? Microsoft.Graph.Models.Security.ediscoverySearchExportOperation::|public|Description:string Microsoft.Graph.Models.Security.ediscoverySearchExportOperation::|public|DisplayName:string +Microsoft.Graph.Models.Security.ediscoverySearchExportOperation::|public|DocumentVersion:global.Microsoft.Graph.Models.Security.DocumentVersion? Microsoft.Graph.Models.Security.ediscoverySearchExportOperation::|public|ExportCriteria:global.Microsoft.Graph.Models.Security.ExportCriteria? Microsoft.Graph.Models.Security.ediscoverySearchExportOperation::|public|ExportFileMetadata:List Microsoft.Graph.Models.Security.ediscoverySearchExportOperation::|public|ExportFormat:global.Microsoft.Graph.Models.Security.ExportFormat? @@ -128239,6 +112848,7 @@ Microsoft.Graph.Models.Security.exportFileStructure::0000-none Microsoft.Graph.Models.Security.exportFileStructure::0001-directory Microsoft.Graph.Models.Security.exportFileStructure::0002-pst Microsoft.Graph.Models.Security.exportFileStructure::0003-unknownFutureValue +Microsoft.Graph.Models.Security.exportFileStructure::0004-msg Microsoft.Graph.Models.Security.exportFormat::0000-pst Microsoft.Graph.Models.Security.exportFormat::0001-msg Microsoft.Graph.Models.Security.exportFormat::0002-eml @@ -128251,6 +112861,10 @@ Microsoft.Graph.Models.Security.exportOptions::0001-text Microsoft.Graph.Models.Security.exportOptions::0002-pdfReplacement Microsoft.Graph.Models.Security.exportOptions::0003-tags Microsoft.Graph.Models.Security.exportOptions::0004-unknownFutureValue +Microsoft.Graph.Models.Security.exportOptions::0005-splitSource +Microsoft.Graph.Models.Security.exportOptions::0006-includeFolderAndPath +Microsoft.Graph.Models.Security.exportOptions::0007-friendlyName +Microsoft.Graph.Models.Security.exportOptions::0008-condensePaths Microsoft.Graph.Models.Security.fileDetails::|public|AdditionalData:IDictionary Microsoft.Graph.Models.Security.fileDetails::|public|BackingStore:IBackingStore Microsoft.Graph.Models.Security.fileDetails::|public|constructor():void @@ -128889,6 +113503,9 @@ Microsoft.Graph.Models.Security.ipEvidence::|public|OdataType:string Microsoft.Graph.Models.Security.ipEvidence::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Models.Security.ipEvidence::|public|Stream:global.Microsoft.Graph.Models.Security.StreamObject Microsoft.Graph.Models.Security.ipEvidence::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.IpEvidence +Microsoft.Graph.Models.Security.itemsToInclude::0000-searchHits +Microsoft.Graph.Models.Security.itemsToInclude::0001-partiallyIndexed +Microsoft.Graph.Models.Security.itemsToInclude::0002-unknownFutureValue Microsoft.Graph.Models.Security.kubernetesClusterEvidence-->global.Microsoft.Graph.Models.Security.AlertEvidence Microsoft.Graph.Models.Security.kubernetesClusterEvidence::|public|CloudResource:global.Microsoft.Graph.Models.Security.AlertEvidence Microsoft.Graph.Models.Security.kubernetesClusterEvidence::|public|constructor():void @@ -129494,6 +114111,12 @@ Microsoft.Graph.Models.Security.sslCertificateEntity::|public|SerialNumber:strin Microsoft.Graph.Models.Security.sslCertificateEntity::|public|Surname:string Microsoft.Graph.Models.Security.sslCertificateEntity::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Models.Security.SslCertificateEntity Microsoft.Graph.Models.Security.sslCertificateEntity~~>IAdditionalDataHolder; IBackedModel; IParsable +Microsoft.Graph.Models.Security.statisticsOptions::0000-includeRefiners +Microsoft.Graph.Models.Security.statisticsOptions::0001-includeQueryStats +Microsoft.Graph.Models.Security.statisticsOptions::0002-includeUnindexedStats +Microsoft.Graph.Models.Security.statisticsOptions::0003-advancedIndexing +Microsoft.Graph.Models.Security.statisticsOptions::0004-locationsWithoutHits +Microsoft.Graph.Models.Security.statisticsOptions::0005-unknownFutureValue Microsoft.Graph.Models.Security.streamObject::|public|AdditionalData:IDictionary Microsoft.Graph.Models.Security.streamObject::|public|BackingStore:IBackingStore Microsoft.Graph.Models.Security.streamObject::|public|constructor():void @@ -147230,8 +131853,11 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.EdiscoveryRe Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.MicrosoftGraphSecurityAddToReviewSet.addToReviewSetPostRequestBody::|public|AdditionalData:IDictionary Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.MicrosoftGraphSecurityAddToReviewSet.addToReviewSetPostRequestBody::|public|AdditionalDataOptions:global.Microsoft.Graph.Models.Security.AdditionalDataOptions? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.MicrosoftGraphSecurityAddToReviewSet.addToReviewSetPostRequestBody::|public|BackingStore:IBackingStore +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.MicrosoftGraphSecurityAddToReviewSet.addToReviewSetPostRequestBody::|public|CloudAttachmentVersion:global.Microsoft.Graph.Models.Security.CloudAttachmentVersion? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.MicrosoftGraphSecurityAddToReviewSet.addToReviewSetPostRequestBody::|public|constructor():void +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.MicrosoftGraphSecurityAddToReviewSet.addToReviewSetPostRequestBody::|public|DocumentVersion:global.Microsoft.Graph.Models.Security.DocumentVersion? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.MicrosoftGraphSecurityAddToReviewSet.addToReviewSetPostRequestBody::|public|GetFieldDeserializers():IDictionary> +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.MicrosoftGraphSecurityAddToReviewSet.addToReviewSetPostRequestBody::|public|ItemsToInclude:global.Microsoft.Graph.Models.Security.ItemsToInclude? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.MicrosoftGraphSecurityAddToReviewSet.addToReviewSetPostRequestBody::|public|Search:global.Microsoft.Graph.Models.Security.EdiscoverySearch Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.MicrosoftGraphSecurityAddToReviewSet.addToReviewSetPostRequestBody::|public|Serialize(writer:ISerializationWriter):void Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.MicrosoftGraphSecurityAddToReviewSet.addToReviewSetPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.ReviewSets.Item.MicrosoftGraphSecurityAddToReviewSet.AddToReviewSetPostRequestBody @@ -147501,9 +132127,11 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.MicrosoftGraph Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.MicrosoftGraphSecurityExportReport.exportReportPostRequestBody::|public|AdditionalData:IDictionary Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.MicrosoftGraphSecurityExportReport.exportReportPostRequestBody::|public|AdditionalOptions:global.Microsoft.Graph.Models.Security.AdditionalOptions? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.MicrosoftGraphSecurityExportReport.exportReportPostRequestBody::|public|BackingStore:IBackingStore +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.MicrosoftGraphSecurityExportReport.exportReportPostRequestBody::|public|CloudAttachmentVersion:global.Microsoft.Graph.Models.Security.CloudAttachmentVersion? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.MicrosoftGraphSecurityExportReport.exportReportPostRequestBody::|public|constructor():void Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.MicrosoftGraphSecurityExportReport.exportReportPostRequestBody::|public|Description:string Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.MicrosoftGraphSecurityExportReport.exportReportPostRequestBody::|public|DisplayName:string +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.MicrosoftGraphSecurityExportReport.exportReportPostRequestBody::|public|DocumentVersion:global.Microsoft.Graph.Models.Security.DocumentVersion? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.MicrosoftGraphSecurityExportReport.exportReportPostRequestBody::|public|ExportCriteria:global.Microsoft.Graph.Models.Security.ExportCriteria? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.MicrosoftGraphSecurityExportReport.exportReportPostRequestBody::|public|ExportLocation:global.Microsoft.Graph.Models.Security.ExportLocation? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.MicrosoftGraphSecurityExportReport.exportReportPostRequestBody::|public|GetFieldDeserializers():IDictionary> @@ -147520,9 +132148,11 @@ Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.MicrosoftGraph Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.MicrosoftGraphSecurityExportResult.exportResultPostRequestBody::|public|AdditionalData:IDictionary Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.MicrosoftGraphSecurityExportResult.exportResultPostRequestBody::|public|AdditionalOptions:global.Microsoft.Graph.Models.Security.AdditionalOptions? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.MicrosoftGraphSecurityExportResult.exportResultPostRequestBody::|public|BackingStore:IBackingStore +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.MicrosoftGraphSecurityExportResult.exportResultPostRequestBody::|public|CloudAttachmentVersion:global.Microsoft.Graph.Models.Security.CloudAttachmentVersion? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.MicrosoftGraphSecurityExportResult.exportResultPostRequestBody::|public|constructor():void Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.MicrosoftGraphSecurityExportResult.exportResultPostRequestBody::|public|Description:string Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.MicrosoftGraphSecurityExportResult.exportResultPostRequestBody::|public|DisplayName:string +Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.MicrosoftGraphSecurityExportResult.exportResultPostRequestBody::|public|DocumentVersion:global.Microsoft.Graph.Models.Security.DocumentVersion? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.MicrosoftGraphSecurityExportResult.exportResultPostRequestBody::|public|ExportCriteria:global.Microsoft.Graph.Models.Security.ExportCriteria? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.MicrosoftGraphSecurityExportResult.exportResultPostRequestBody::|public|ExportFormat:global.Microsoft.Graph.Models.Security.ExportFormat? Microsoft.Graph.Security.Cases.EdiscoveryCases.Item.Searches.Item.MicrosoftGraphSecurityExportResult.exportResultPostRequestBody::|public|ExportLocation:global.Microsoft.Graph.Models.Security.ExportLocation? @@ -172459,23 +157089,12 @@ Microsoft.Graph.Users.Item.Calendar.CalendarView.calendarViewRequestBuilder.cale Microsoft.Graph.Users.Item.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|StartDateTime:string Microsoft.Graph.Users.Item.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Top:int? Microsoft.Graph.Users.Item.Calendar.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.calendarViewRequestBuilder::[EventId:string]:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder Microsoft.Graph.Users.Item.Calendar.CalendarView.calendarViewRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Calendar.CalendarView.calendarViewRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.calendarViewRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Calendar.CalendarView.calendarViewRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Delta.DeltaRequestBuilder Microsoft.Graph.Users.Item.Calendar.CalendarView.calendarViewRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse Microsoft.Graph.Users.Item.Calendar.CalendarView.calendarViewRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Calendar.CalendarView.calendarViewRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.CalendarViewRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Calendar.CalendarView.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse Microsoft.Graph.Users.Item.Calendar.CalendarView.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Users.Item.Calendar.CalendarView.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void @@ -172501,1428 +157120,6 @@ Microsoft.Graph.Users.Item.Calendar.CalendarView.Delta.deltaRequestBuilder::|pub Microsoft.Graph.Users.Item.Calendar.CalendarView.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Delta.DeltaRequestBuilder Microsoft.Graph.Users.Item.Calendar.CalendarView.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Delta.DeltaGetResponse Microsoft.Graph.Users.Item.Calendar.CalendarView.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Users.Item.Calendar.Events.Count.CountRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Users.Item.Calendar.Events.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Users.Item.Calendar.Events.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string @@ -174114,7 +157311,6 @@ Microsoft.Graph.Users.Item.Calendar.Events.Item.EventItemRequestBuilder::|public Microsoft.Graph.Users.Item.Calendar.Events.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Decline.DeclineRequestBuilder Microsoft.Graph.Users.Item.Calendar.Events.Item.EventItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void Microsoft.Graph.Users.Item.Calendar.Events.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder Microsoft.Graph.Users.Item.Calendar.Events.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.ExtensionsRequestBuilder Microsoft.Graph.Users.Item.Calendar.Events.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Forward.ForwardRequestBuilder Microsoft.Graph.Users.Item.Calendar.Events.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event @@ -174127,595 +157323,6 @@ Microsoft.Graph.Users.Item.Calendar.Events.Item.EventItemRequestBuilder::|public Microsoft.Graph.Users.Item.Calendar.Events.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Calendar.Events.Item.EventItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Event; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Calendar.Events.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Users.Item.Calendar.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string @@ -174776,15 +157383,6 @@ Microsoft.Graph.Users.Item.Calendar.Events.Item.Forward.forwardRequestBuilder::| Microsoft.Graph.Users.Item.Calendar.Events.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void Microsoft.Graph.Users.Item.Calendar.Events.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Calendar.Events.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void @@ -174822,549 +157420,12 @@ Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.instancesRequestBuilde Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.instancesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Delta.DeltaRequestBuilder Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendar.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Users.Item.Calendar.Events.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Users.Item.Calendar.Events.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendar.Events.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -175608,23 +157669,12 @@ Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.calen Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|StartDateTime:string Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Top:int? Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder::[EventId:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.DeltaRequestBuilder Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.CalendarViewRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void @@ -175650,1428 +157700,6 @@ Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Delta Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.DeltaRequestBuilder Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.DeltaGetResponse Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Delta.DeltaResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Count.CountRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string @@ -177263,7 +157891,6 @@ Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.EventI Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Decline.DeclineRequestBuilder Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.ExtensionsRequestBuilder Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Forward.ForwardRequestBuilder Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event @@ -177276,595 +157903,6 @@ Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.EventI Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Event; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string @@ -177925,15 +157963,6 @@ Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Forwar Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void @@ -177971,549 +158000,12 @@ Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instan Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Delta.DeltaRequestBuilder Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.CalendarGroups.Item.Calendars.Item.Events.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -178712,23 +158204,12 @@ Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.calendarViewRequestBuilde Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|StartDateTime:string Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Top:int? Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder::[EventId:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Delta.DeltaRequestBuilder Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.calendarViewRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.CalendarViewRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void @@ -178754,1428 +158235,6 @@ Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Delta.DeltaRequestBuilder Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Delta.DeltaGetResponse Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Users.Item.Calendars.Item.Events.Count.CountRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Users.Item.Calendars.Item.Events.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Users.Item.Calendars.Item.Events.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string @@ -180367,7 +158426,6 @@ Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::| Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Decline.DeclineRequestBuilder Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.ExtensionsRequestBuilder Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Forward.ForwardRequestBuilder Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event @@ -180380,595 +158438,6 @@ Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::| Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Event; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string @@ -181029,15 +158498,6 @@ Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Forward.forwardRequestBuil Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void @@ -181075,549 +158535,12 @@ Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.instancesRequest Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Delta.DeltaRequestBuilder Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Calendars.Item.Events.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void @@ -181702,23 +158625,12 @@ Microsoft.Graph.Users.Item.CalendarView.calendarViewRequestBuilder.calendarViewR Microsoft.Graph.Users.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|StartDateTime:string Microsoft.Graph.Users.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetQueryParameters::|public|Top:int? Microsoft.Graph.Users.Item.CalendarView.calendarViewRequestBuilder.calendarViewRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.calendarViewRequestBuilder::[EventId:string]:global.Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder Microsoft.Graph.Users.Item.CalendarView.calendarViewRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.CalendarView.calendarViewRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.calendarViewRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarView.Count.CountRequestBuilder Microsoft.Graph.Users.Item.CalendarView.calendarViewRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.CalendarView.Delta.DeltaRequestBuilder Microsoft.Graph.Users.Item.CalendarView.calendarViewRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse Microsoft.Graph.Users.Item.CalendarView.calendarViewRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.CalendarView.calendarViewRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.CalendarViewRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarView.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Count.CountRequestBuilder Microsoft.Graph.Users.Item.CalendarView.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse Microsoft.Graph.Users.Item.CalendarView.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Users.Item.CalendarView.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void @@ -181744,1428 +158656,6 @@ Microsoft.Graph.Users.Item.CalendarView.Delta.deltaRequestBuilder::|public|ToGet Microsoft.Graph.Users.Item.CalendarView.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Delta.DeltaRequestBuilder Microsoft.Graph.Users.Item.CalendarView.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.CalendarView.Delta.DeltaGetResponse Microsoft.Graph.Users.Item.CalendarView.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Delta.DeltaResponse -Microsoft.Graph.Users.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.CalendarView.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.CalendarView.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.CalendarView.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.CalendarView.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.CalendarView.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.CalendarView.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.CalendarView.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.CalendarView.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.instancesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.CalendarView.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Users.Item.ChangePassword.changePasswordPostRequestBody::|public|AdditionalData:IDictionary Microsoft.Graph.Users.Item.ChangePassword.changePasswordPostRequestBody::|public|BackingStore:IBackingStore Microsoft.Graph.Users.Item.ChangePassword.changePasswordPostRequestBody::|public|constructor():void @@ -185282,7 +160772,6 @@ Microsoft.Graph.Users.Item.Events.Item.EventItemRequestBuilder::|public|construc Microsoft.Graph.Users.Item.Events.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.Events.Item.Decline.DeclineRequestBuilder Microsoft.Graph.Users.Item.Events.Item.EventItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void Microsoft.Graph.Users.Item.Events.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.Events.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder Microsoft.Graph.Users.Item.Events.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.Events.Item.Extensions.ExtensionsRequestBuilder Microsoft.Graph.Users.Item.Events.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.Events.Item.Forward.ForwardRequestBuilder Microsoft.Graph.Users.Item.Events.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event @@ -185295,595 +160784,6 @@ Microsoft.Graph.Users.Item.Events.Item.EventItemRequestBuilder::|public|ToDelete Microsoft.Graph.Users.Item.Events.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Events.Item.EventItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Event; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Events.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|instances:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Users.Item.Events.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Users.Item.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string Microsoft.Graph.Users.Item.Events.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string @@ -185944,15 +160844,6 @@ Microsoft.Graph.Users.Item.Events.Item.Forward.forwardRequestBuilder::|public|co Microsoft.Graph.Users.Item.Events.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void Microsoft.Graph.Users.Item.Events.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Events.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Events.Item.Instances.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse Microsoft.Graph.Users.Item.Events.Item.Instances.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> Microsoft.Graph.Users.Item.Events.Item.Instances.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void @@ -185990,549 +160881,12 @@ Microsoft.Graph.Users.Item.Events.Item.Instances.instancesRequestBuilder.instanc Microsoft.Graph.Users.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|StartDateTime:string Microsoft.Graph.Users.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetQueryParameters::|public|Top:int? Microsoft.Graph.Users.Item.Events.Item.Instances.instancesRequestBuilder.instancesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.instancesRequestBuilder::[EventId1:string]:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder Microsoft.Graph.Users.Item.Events.Item.Instances.instancesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void Microsoft.Graph.Users.Item.Events.Item.Instances.instancesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.instancesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Count.CountRequestBuilder Microsoft.Graph.Users.Item.Events.Item.Instances.instancesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Delta.DeltaRequestBuilder Microsoft.Graph.Users.Item.Events.Item.Instances.instancesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse Microsoft.Graph.Users.Item.Events.Item.Instances.instancesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation Microsoft.Graph.Users.Item.Events.Item.Instances.instancesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.InstancesRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|exceptionOccurrences:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse-->global.Microsoft.Graph.Models.BaseDeltaFunctionResponse -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|public|Value:List -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaGetResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|EndDateTime:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|StartDateTime:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder.deltaRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsDeltaGetResponseAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse-->global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaGetResponse -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.deltaResponse::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaResponse -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder.exceptionOccurrencesRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::[EventId2:string]:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|delta:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Delta.DeltaRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.EventCollectionResponse -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.exceptionOccurrencesRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.ExceptionOccurrencesRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder.acceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.acceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder.attachmentsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::[AttachmentId:string]:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|createUploadSession:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.AttachmentCollectionResponse -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Attachment; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.attachmentsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|AttachmentItem:global.Microsoft.Graph.Models.AttachmentItem -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder.createUploadSessionRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.UploadSession -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.createUploadSessionRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.CreateUploadSession.CreateUploadSessionRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder.AttachmentItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Attachment -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.Item.AttachmentItemRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder.calendarRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Calendar -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.calendarRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder.cancelRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.cancelRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declinePostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder.declineRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclinePostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.declineRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder.dismissReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.dismissReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder.EventItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|accept:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Accept.AcceptRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|attachments:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Attachments.AttachmentsRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|calendar:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Calendar.CalendarRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|cancel:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Cancel.CancelRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|decline:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Decline.DeclineRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|dismissReminder:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.DismissReminder.DismissReminderRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|extensions:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|forward:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Event -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|permanentDelete:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|snoozeReminder:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|tentativelyAccept:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.EventItemRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.ExceptionOccurrences.Item.TentativelyAccept.TentativelyAcceptRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder.CountRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):int? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Count:bool? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Filter:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Orderby:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Search:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Skip:int? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetQueryParameters::|public|Top:int? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder.extensionsRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::[ExtensionId:string]:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|Count:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Count.CountRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.ExtensionCollectionResponse -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.extensionsRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.ExtensionsRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderDeleteRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Expand:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetQueryParameters::|public|Select:string[] -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderGetRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder.ExtensionItemRequestBuilderPatchRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|DeleteAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|GetAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|PatchAsync(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>; cancellationToken?:CancellationToken):global.Microsoft.Graph.Models.Extension -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToDeleteRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToGetRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|ToPatchRequestInformation(body:global.Microsoft.Graph.Models.Extension; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Extensions.Item.ExtensionItemRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|public|ToRecipients:List -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.forwardPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder.forwardRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.ForwardPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.forwardRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.Forward.ForwardRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|PostAsync(requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|ToPostRequestInformation(requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.PermanentDelete.PermanentDeleteRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|NewReminderTime:global.Microsoft.Graph.Models.DateTimeTimeZone -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder.snoozeReminderRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.snoozeReminderRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.SnoozeReminder.SnoozeReminderRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|AdditionalData:IDictionary -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|BackingStore:IBackingStore -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Comment:string -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|constructor():void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|GetFieldDeserializers():IDictionary> -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|ProposedNewTime:global.Microsoft.Graph.Models.TimeSlot -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|SendResponse:bool? -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|public|Serialize(writer:ISerializationWriter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody::|static|public|CreateFromDiscriminatorValue(parseNode:IParseNode):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptPostRequestBody~~>IAdditionalDataHolder; IBackedModel; IParsable -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder-->BaseRequestBuilder -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder.tentativelyAcceptRequestBuilderPostRequestConfiguration-->RequestConfiguration -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|constructor(rawUrl:string; requestAdapter:IRequestAdapter):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|PostAsync(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>; cancellationToken?:CancellationToken):void -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|ToPostRequestInformation(body:global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptPostRequestBody; requestConfiguration?:Action>):RequestInformation -Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.tentativelyAcceptRequestBuilder::|public|WithUrl(rawUrl:string):global.Microsoft.Graph.Users.Item.Events.Item.Instances.Item.TentativelyAccept.TentativelyAcceptRequestBuilder Microsoft.Graph.Users.Item.Events.Item.PermanentDelete.permanentDeleteRequestBuilder-->BaseRequestBuilder Microsoft.Graph.Users.Item.Events.Item.PermanentDelete.permanentDeleteRequestBuilder.permanentDeleteRequestBuilderPostRequestConfiguration-->RequestConfiguration Microsoft.Graph.Users.Item.Events.Item.PermanentDelete.permanentDeleteRequestBuilder::|public|constructor(pathParameters:Dictionary; requestAdapter:IRequestAdapter):void diff --git a/src/Microsoft.Graph/Generated/kiota-lock.json b/src/Microsoft.Graph/Generated/kiota-lock.json index 563f66f6244..63457ceaf96 100644 --- a/src/Microsoft.Graph/Generated/kiota-lock.json +++ b/src/Microsoft.Graph/Generated/kiota-lock.json @@ -1,8 +1,8 @@ { - "descriptionHash": "BEB221C1C6B3D877739978541ED69FC649FE578C4B8B1B40F92A0B62DD153F2DE2D87024E65E97F8EB43F23BAF4FDA8A52DB64A198175A63C7AF145FAB05237B", + "descriptionHash": "DB5A8E8AC382103F845BF00BB449D1DE9BA3B17FE9A43B7DAE0900E4E014BEBA845746723DC6587914D660DC85772D44536DC4227321A9DE2B6AE64153F450FB", "descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml", "lockFileVersion": "1.0.0", - "kiotaVersion": "1.27.0", + "kiotaVersion": "1.28.0", "clientClassName": "BaseGraphServiceClient", "typeAccessModifier": "Public", "clientNamespaceName": "Microsoft.Graph",